Przewodnik Programisty

Zend Framework

2007-05-05


Spis treści

1. Zend Framework
1.1. Wstęp
2. Zend_Acl
2.1. Wprowadzenie
2.1.1. O zasobach
2.1.2. O rolach
2.1.3. Tworzenie list kontroli dostępu (ACL)
2.1.4. Rejestrowanie ról
2.1.5. Definiowanie kontroli dostępu
2.1.6. Zapytania ACL
2.2. Analiza kontroli dostępu
2.2.1. Precyzyjna kontrola dostępu
2.2.2. Usuwanie kontroli dostępu
2.3. Zaawansowane użycie
2.3.1. Trwałe przechowywanie danych ACL
2.3.2. Tworzenie warunkowych reguł ACL z zapewnieniami
3. Zend_Auth
3.1. Wprowadzenie
3.1.1. Adaptery
3.1.2. Resultat
3.1.3. Trwałość uwierzytelnionej tożsamości
3.1.4. Użycie Zend_Auth
3.2. Uwierzytelnianie w oparciu o tabelę bazy danych
3.2.1. Wprowadzenie
3.2.2. Zaawansowane użycie: Stałe przechowywanie obiektu DbTable Result
3.3. Uwierzytelnianie Digest
3.3.1. Wprowadzenie
3.3.2. Parametry
3.3.3. Tożsamość
3.4. HTTP Authentication Adapter
3.4.1. Introduction
3.4.2. Design Overview
3.4.3. Configuration Options
3.4.4. Resolvers
3.4.5. Basic Usage
4. Zend_Cache
4.1. Wprowadzenie
4.2. Teoria buforowania
4.2.1. Metoda fabryki Zend_Cache
4.2.2. Nadawanie etykiet rekordom
4.2.3. Czyszczenie bufora
4.3. Frontendy Zend_Cache
4.3.1. Zend_Cache_Core
4.3.2. Zend_Cache_Frontend_Output
4.3.3. Zend_Cache_Frontend_Function
4.3.4. Zend_Cache_Frontend_Class
4.3.5. Zend_Cache_Frontend_File
4.3.6. Zend_Cache_Frontend_Page
4.4. Backendy Zend_Cache
4.4.1. Zend_Cache_Backend_File
4.4.2. Zend_Cache_Backend_Sqlite
4.4.3. Zend_Cache_Backend_Memcached
4.4.4. Zend_Cache_Backend_APC
4.4.5. Zend_Cache_Backend_ZendPlatform
5. Zend_Config
5.1. Wprowadzenie
5.2. Zasady działania
5.3. Zend_Config_Ini
5.4. Zend_Config_Xml
6. Zend_Console_Getopt
6.1. Introduction to Getopt
6.2. Declaring Getopt Rules
6.2.1. Declaring Options with the Short Syntax
6.2.2. Declaring Options with the Long Syntax
6.3. Fetching Options and Arguments
6.3.1. Handling Getopt Exceptions
6.3.2. Fetching Options by Name
6.3.3. Reporting Options
6.3.4. Fetching Non-option Arguments
6.4. Configuring Zend_Console_Getopt
6.4.1. Adding Option Rules
6.4.2. Adding Help Messages
6.4.3. Adding Option Aliases
6.4.4. Adding Argument Lists
6.4.5. Adding Configuration
7. Zend_Controller
7.1. Wstęp
7.1.1. Wprowadzenie
7.1.2. Obiekt żądania
7.1.3. Proces Routingu
7.1.4. Proces uruchamiania
7.1.5. Obiekt odpowiedzi
7.2. Pierwsze kroki
7.2.1. Wprowadzenie
7.2.2. Konfiguracja serwera
7.2.3. Plik ładujący
7.2.4. Struktura katalogów
7.2.5. Domyślny kontroler
7.3. Rozszerzanie
7.3.1. Wprowadzenie
7.3.2. Konwencje
7.3.3. Kontroler frontowy
7.3.4. Klasa abstrakcyjna Request
7.3.5. Interfejs Routera
7.3.6. Interfejs dispatchera
7.3.7. Kontroler akcji
7.3.8. Obiekt odpowiedzi
7.4. Dostępne podklasy
7.4.1. Wprowadzenie
7.4.2. Zend_Controller_Request_Http
7.4.3. Zend_Controller_Router_Rewrite
7.4.4. Zend_Controller_Response_Http
7.4.5. Zend_Controller_Response_Cli
7.5. Action Controllers
7.5.1. Wprowadzenie
7.5.2. Inicjalizacja obiektu
7.5.3. Metody Pre-Dispatch oraz Post-Dispatch
7.5.4. Metody dostępowe
7.5.5. Metody narzędziowe
7.6. Wtyczki
7.6.1. Wprowadzenie
7.6.2. Pisanie wtyczek
7.6.3. Użycie wtyczek
7.7. Użycie konwencjonalnej modularnej struktury katalogów
7.7.1. Wprowadzenie
7.7.2. Określanie ścieżek kontrolera modułów
7.7.3. Dopasowanie tras do modułów
7.7.4. Moduł lub globalny domyślny kontroler
7.8. Wyjątki MVC
7.8.1. Wprowadzenie
7.8.2. W jaki sposób możesz obsługiwać wyjątki?
7.8.3. Wyjątki MVC które możesz napotkać
7.9. Migracja z poprzednich wersji
7.9.1. Migracja z wersji 0.6.0 do 0.8.0
7.9.2. Migracja z wersji 0.2.0 lub z poprzednich do 0.6.0
8. Zend_Date
8.1. Introduction
8.1.1. Always Set a Default Timezone
8.1.2. Why Use Zend_Date?
8.2. Theory of Operation
8.2.1. Internals
8.3. Basic Methods
8.3.1. The current date
8.3.2. Zend_Date by Example
8.4. Zend_Date API Overview
8.4.1. Zend_Date Options
8.4.2. Working with Date Values
8.4.3. Basic Zend_Date Operations Common to Many Date Parts
8.4.4. Comparing Dates
8.4.5. Getting Dates and Date Parts
8.4.6. Working with Fractions of Seconds
8.4.7. Sunrise / Sunset
8.5. Constants for General Date Functions
8.5.1. Using Constants
8.5.2. List of All Constants
8.5.3. Self-Defined OUTPUT Formats with ISO
8.5.4. Self-defined OUTPUT formats using PHP's date() format specifiers
8.6. Working examples
8.6.1. Checking dates
8.6.2. Sunrise and Sunset
8.6.3. Timezones
9. Zend_Db
9.1. Zend_Db_Adapter
9.1.1. Wprowadzenie
9.1.2. Zapobieganie atakom SQL Injection
9.1.3. Bezpośrednie zapytania
9.1.4. Transakcje
9.1.5. Wstawianie wierszy
9.1.6. Aktualizowanie wierszy
9.1.7. Usuwanie wierszy
9.1.8. Pobieranie wierszy
9.2. Zend_Db_Profiler
9.2.1. Wprowadzenie
9.2.2. Użycie profilera
9.2.3. Zaawansowane użycie profilera
9.3. Zend_Db_Select
9.3.1. Overview of the Select Object
9.3.2. Creating a Select Object
9.3.3. Building Select queries
9.3.4. Executing Select Queries
9.3.5. Other methods
9.4. Zend_Db_Table
9.4.1. Introduction to Table Class
9.4.2. Defining a Table Class
9.4.3. Creating an Instance of a Table
9.4.4. Inserting Rows to a Table
9.4.5. Updating Rows in a Table
9.4.6. Deleting Rows from a Table
9.4.7. Finding Rows by Primary Key
9.4.8. Querying for a Set of Rows
9.4.9. Querying for a Single Row
9.4.10. Retrieving Table Metadata Information
9.4.11. Caching Table Metadata
9.4.12. Customizing and Extending a Table Class
9.5. Zend_Db_Table_Row
9.5.1. Introduction
9.5.2. Fetching a Row
9.5.3. Writing rows to the database
9.5.4. Serializing and unserializing rows
9.5.5. Extending the Row class
9.6. Zend_Db_Table_Rowset
9.6.1. Introduction
9.6.2. Fetching a Rowset
9.6.3. Retrieving Rows from a Rowset
9.6.4. Retrieving a Rowset as an Array
9.6.5. Serializing and Unserializing a Rowset
9.6.6. Extending the Rowset class
9.7. Zend_Db_Table Relationships
9.7.1. Introduction
9.7.2. Defining Relationships
9.7.3. Fetching a Dependent Rowset
9.7.4. Fetching a Parent Row
9.7.5. Fetching a Rowset via a Many-to-many Relationship
9.7.6. Cascading Write Operations
10. Zend_Debug
10.1. Wyświetlanie informacji o zmiennych
11. Zend_Exception
11.1. Użycie wyjątków
12. Zend_Feed
12.1. Wprowadzenie
12.2. Importowanie kanałów informacyjnych
12.2.1. Własne kanały
12.3. Odbieranie kanałów informacyjnych ze stron internetowych
12.4. Odbieranie danych z kanału informacyjnego RSS
12.5. Odbieranie danych z kanału informacyjnego Atom
12.6. Pobieranie pojedynczego wpisu kanału Atom
12.7. Modyfikacja kanału oraz struktury wpisów
12.8. Własne klasy kanału i wpisu
13. Zend_Filter
13.1. Wprowadzenie
13.2. Łańcuchy filtrów
13.3. Pisanie filtrów
14. Zend_Gdata
14.1. Introduction to Gdata
14.1.1. Google Data Client Authentication
14.1.2. Dependencies
14.1.3. Creating a new Gdata client
14.1.4. Common query parameters
14.1.5. Fetching a feed
14.1.6. Posting entries to Google servers
14.1.7. Deleting entries on Google servers
14.2. Authenticating with AuthSub
14.2.1. Creating an AuthSub authenticated Http Client
14.2.2. Revoking AuthSub authentication
14.3. Authenticating with ClientLogin
14.3.1. Creating a ClientLogin authenticated Http Client
14.3.2. Terminating a ClientLogin authenticated Http Client
14.4. Using Google Base
14.4.1. Querying Base data
14.4.2. Updating Base data
14.4.3. Querying Base metadata
14.5. Using Google Blogger
14.5.1. Understanding Blogger version compatibility
14.5.2. Querying a blog
14.5.3. Posting to your blog
14.6. Using Google Calendar
14.6.1. Querying Google Calendar
14.6.2. Posting to Google Calendar
14.7. Using Google CodeSearch
14.8. Using the Gdata Data Helper
14.9. Catching Gdata Exceptions
15. Zend_Http
15.1. Zend_Http_Client - Introduction
15.1.1. Introduction
15.1.2. Configuration Parameters
15.1.3. Performing Basic HTTP Requests
15.1.4. Adding GET and POST parameters
15.1.5. Accessing Last Request and Response
15.2. Zend_Http_Client - Advanced Usage
15.2.1. HTTP Redirections
15.2.2. Adding Cookies and Using Cookie Persistence
15.2.3. Setting Custom Request Headers
15.2.4. File Uploads
15.2.5. Sending Raw POST Data
15.2.6. HTTP Authentication
15.2.7. Sending Multiple Requests With the Same Client
15.3. Zend_Http_Client - Connection Adapters
15.3.1. Overview
15.3.2. The Socket Adapter
15.3.3. The Proxy Adapter
15.3.4. The Test Adapter
15.3.5. Creating your own connection adapters
15.4. Zend_Http_Cookie and Zend_Http_CookieJar
15.4.1. Introduction
15.4.2. Instantiating Zend_Http_Cookie Objects
15.4.3. Zend_Http_Cookie getter methods
15.4.4. Zend_Http_Cookie: Matching against a scenario
15.4.5. The Zend_Http_CookieJar Class: Instantiation
15.4.6. Adding Cookies to a Zend_Http_CookieJar object
15.4.7. Retrieving Cookies From a Zend_Http_CookieJar object
15.5. Zend_Http_Response
15.5.1. Introduction
15.5.2. Boolean Tester Methods
15.5.3. Accessor Methods
15.5.4. Static HTTP Response Parsers
16. Zend_Json
16.1. Wprowadzenie
16.2. Podstawowe użycie
16.3. Obiekty JSON
17. Zend_Loader
17.1. Dynamiczne ładowanie plików i klas
17.1.1. Ładowanie plików
17.1.2. Ładowanie klas
17.1.3. Sprawdzanie czy plik jest dostępny do odczytu
17.1.4. Użycie Autoloadera
18. Zend_Locale
18.1. Introduction
18.1.1. What is Localization
18.1.2. What is a Locale?
18.1.3. How are Locales Represented?
18.1.4. Selecting the Right Locale
18.1.5. ZF Locale-Aware Classes
18.1.6. Zend_Locale_Format::setOptions(array $options)
18.2. Using Zend_Locale
18.2.1. Copying, Cloning, and Serializing Locale Objects
18.2.2. isEqual() - Equality
18.2.3. Default locales
18.2.4. Set a new locale
18.2.5. Getting the language and region
18.2.6. Obtaining localized strings
18.2.7. Obtaining translations for "yes" and "no"
18.3. Normalization and Localization
18.3.1. Number normalization: getNumber($input, Array $options)
18.3.2. Number localization
18.3.3. Number testing
18.3.4. Float value normalization
18.3.5. Floating point value localization
18.3.6. Floating point value testing
18.3.7. Integer value normalization
18.3.8. Integer point value localization
18.3.9. Integer value testing
18.3.10. Numeral System Conversion
18.4. Working with Dates and Times
18.4.1. Normalizing Dates and Times
18.4.2. Testing Dates
18.4.3. Normalizing a Time
18.4.4. Testing Times
18.5. Supported Languages for Locales
18.6. Supported Regions for Locales
19. Zend_Log
19.1. Overview
19.1.1. Creating a Log
19.1.2. Logging Messages
19.1.3. Destroying a Log
19.1.4. Using Built-in Priorities
19.1.5. Adding User-defined Priorities
19.1.6. Understanding Log Events
19.2. Writers
19.2.1. Writing to Streams
19.2.2. Writing to Databases
19.2.3. Stubbing Out the Writer
19.2.4. Testing with the Mock
19.2.5. Compositing Writers
19.3. Formatters
19.3.1. Simple Formatting
19.3.2. Formatting to XML
19.4. Filters
19.4.1. Filtering for All Writers
19.4.2. Filtering for a Writer Instance
20. Zend_Mail
20.1. Wprowadzenie
20.2. Wysyłanie przez SMTP
20.3. Wysyłanie wielu maili podczas jednego połączenia SMTP
20.4. Używanie innych transportów
20.5. E-mail w postaci HTML
20.6. Załączniki
20.7. Dodawanie odbiorców
20.8. Pole rozgraniczające MIME
20.9. Dodatkowe nagłówki
20.10. Zestawy znaków
20.11. Kodowanie
20.12. SMTP Authentication
20.13. Securing SMTP Transport
20.14. Reading Mail Messages
20.14.1. Simple example using Pop3
20.14.2. Opening a local storage
20.14.3. Opening a remote storage
20.14.4. Fetching messages and simple methods
20.14.5. Working with messages
20.14.6. Checking for flags
20.14.7. Using folders
20.14.8. Advanced Use
21. Zend_Measure
21.1. Introduction
21.2. Creation of Measurements
21.2.1. Creating measurements from integers and floats
21.2.2. Creating measurements from strings
21.2.3. Measurements from localized strings
21.3. Outputting measurements
21.3.1. Automatic output
21.3.2. Outputting values
21.3.3. Output with unit of measurement
21.3.4. Output as localized string
21.4. Manipulating Measurements
21.4.1. Convert
21.4.2. Add and subtract
21.4.3. Compare
21.4.4. Compare
21.4.5. Manually change values
21.4.6. Manually change types
21.5. Types of measurements
21.5.1. Hints for Zend_Measure_Binary
21.5.2. Hints for Zend_Measure_Number
21.5.3. Roman numbers
22. Zend_Memory
22.1. Overview
22.1.1. Introduction
22.1.2. Theory of Operation
22.2. Memory Manager
22.2.1. Creating a Memory Manager
22.2.2. Managing Memory Objects
22.2.3. Memory Manager Settings
22.3. Memory Objects
22.3.1. Movable
22.3.2. Locked
22.3.3. Memory container 'value' property.
22.3.4. Memory container interface
23. Zend_Mime
23.1. Zend_Mime
23.1.1. Wprowadzenie
23.1.2. Metody statyczne i stałe
23.1.3. Tworzenie instancji Zend_Mime
23.2. Zend_Mime_Message
23.2.1. Wprowadzenie
23.2.2. Tworzenie instancji
23.2.3. Dodawanie części MIME
23.2.4. Obsługa pola rozgraniczającego (boundary)
23.2.5. Tworzenie obiektu Zend_Mime_Message z łańcucha znaków. (eksperymentalne)
23.3. Zend_Mime_Part
23.3.1. Wprowadzenie
23.3.2. Tworzenie instancji
23.3.3. Metody do renderowania części wiadomości do łańcucha znaków
24. Zend_Pdf
24.1. Wprowadzenie
24.2. Tworzenie oraz ładowanie dokumentów PDF.
24.3. Zapisywanie zmian w dokumencie PDF.
24.4. Strony dokumentu.
24.5. Rysowanie.
24.5.1. Geometria.
24.5.2. Kolory.
24.5.3. Rysowanie figur.
24.5.4. Wypisywanie tekstu.
24.5.5. Użycie czcionek.
24.5.6. Wstawianie obrazów.
24.5.7. Styl rysowania linii.
24.5.8. Styl wypełnienia.
24.5.9. Obracanie.
24.5.10. Zapisywanie/odczytywanie stanu grafiki.
24.5.11. Przycięcie obszaru rysowania.
24.5.12. Style.
24.6. Przykład użycia modułu Zend_Pdf.
25. Zend_Registry
25.1. Using the Registry
25.1.1. Setting Values in the Registry
25.1.2. Getting Values from the Registry
25.1.3. Constructing a Registry Object
25.1.4. Accessing the Registry as an Array
25.1.5. Accessing the Registry as an Object
25.1.6. Querying if an index exists
25.1.7. Extending the Registry
25.1.8. Unsetting the Static Registry
26. Zend_Rest
26.1. Introduction
26.2. Zend_Rest_Client
26.2.1. Introduction
26.2.2. Responses
26.2.3. Request Arguments
26.3. Zend_Rest_Server
26.3.1. Introduction
26.3.2. REST Server Usage
26.3.3. Calling a Zend_Rest_Server Service
26.3.4. Sending A Custom Status
26.3.5. Returning Custom XML Responses
27. Zend_Search
27.1. Overview
27.1.1. Introduction
27.1.2. Document and Field Objects
27.1.3. Understanding Field Types
27.1.4. HTML documents
27.2. Building Indexes
27.2.1. Creating a New Index
27.2.2. Updating Index
27.2.3. Updating Documents
27.2.4. Retrieving Index size
27.2.5. Index optimization
27.2.6. Limitationas
27.3. Searching an Index
27.3.1. Building Queries
27.3.2. Search Results
27.3.3. Results Scoring
27.3.4. Search Result Sorting
27.3.5. Search Results Highlighting
27.4. Query Language
27.4.1. Terms
27.4.2. Fields
27.4.3. Term Modifiers
27.4.4. Proximity Searches
27.4.5. Boosting a Term
27.4.6. Boolean Operators
27.4.7. Grouping
27.4.8. Field Grouping
27.4.9. Escaping Special Characters
27.5. Query Construction API
27.5.1. Query Parser Exceptions
27.5.2. Term Query
27.5.3. Multi-Term Query
27.5.4. Phrase Query
27.6. Character set.
27.6.1. UTF-8 and single-byte character sets support.
27.6.2. Default text analyzer.
27.6.3. UTF-8 compatible text analyzer.
27.7. Extensibility
27.7.1. Text Analysis
27.7.2. Tokens Filtering
27.7.3. Scoring Algorithms
27.7.4. Storage Containers
27.8. Interoperating with Java Lucene
27.8.1. File Formats
27.8.2. Index Directory
27.8.3. Java Source Code
27.9. Advanced
27.9.1. Using index as static property
28. Zend_Server
28.1. Wprowadzenie
28.2. Zend_Server_Reflection
28.2.1. Wprowadzenie
28.2.2. Użycie
29. Zend_Service
29.1. Wprowadzenie
29.2. Zend_Service_Akismet
29.2.1. Wprowadzenie
29.2.2. Weryfikowanie klucza API
29.2.3. Sprawdzanie czy dane są spamem
29.2.4. Wysyłanie informacji o spamie
29.2.5. Wysyłanie informacji o fałszywym spamie (ham)
29.2.6. Specyficzne metody dostępowe
29.3. Zend_Service_Amazon
29.3.1. Wprowadzenie
29.3.2. Kody państw
29.3.3. Szukanie specyficznego przedmiotu w Amazon na podstawie ASIN
29.3.4. Wykonywanie wyszukiwań przedmiotów Amazon
29.3.5. Użycie alternatywnego API zapytań
29.3.6. Klasy Zend_Service_Amazon
29.4. Zend_Service_Audioscrobbler
29.4.1. Introduction to Searching Audioscrobbler
29.4.2. Users
29.4.3. Artists
29.4.4. Tracks
29.4.5. Tags
29.4.6. Groups
29.4.7. Forums
29.5. Zend_Service_Delicious
29.5.1. Introduction
29.5.2. Retrieving posts
29.5.3. Zend_Service_Delicious_PostList
29.5.4. Editing posts
29.5.5. Deleting posts
29.5.6. Adding new posts
29.5.7. Tags
29.5.8. Bundles
29.5.9. Public data
29.5.10. HTTP client
29.6. Zend_Service_Flickr
29.6.1. Wprowadzenie do przeszukiwania Flickr
29.6.2. Wyszukiwanie zdjęć użytkowników Flickr i informacji o nich
29.6.3. Pobieranie szczegółów zdjęcia Flickr
29.6.4. Klasy wyników Zend_Service_Flickr
29.7. Zend_Service_Simpy
29.7.1. Introduction
29.7.2. Links
29.7.3. Tags
29.7.4. Notes
29.7.5. Watchlists
29.8. Zend_Service_Yahoo
29.8.1. Wprowadzenie
29.8.2. Przeszukiwanie sieci Web z Yahoo!
29.8.3. Wyszukiwanie obrazków z Yahoo!
29.8.4. Przeszukiwanie lokalnych firm i usług za pomocą Yahoo!
29.8.5. Przeszukiwanie Yahoo! News
29.8.6. Klasy Zend_Service_Yahoo
30. Zend_Session
30.1. Wprowadzenie
30.2. Podstawowe użycie
30.2.1. Przykłady
30.2.2. Iteracja poprzez przestrzenie nazw sesji
30.2.3. Metody dostępowe do przestrzeni nazw sesji
30.3. Użycie zaawansowane
30.3.1. Rozpoczynanie sesji
30.3.2. Blokowanie przestrzeni nazw sesji
30.3.3. Namespace Expiration
30.3.4. Session Encapsulation and Controllers
30.3.5. Limiting Instances of Zend_Session_Namespace to One Per Namespace
30.3.6. Working with Arrays in Namespaces
30.3.7. Using Sessions with Authentication
30.3.8. Użycie sesji z testami jednostkowymi
30.4. Global Session Management
30.4.1. Zend_Session::setOptions()
30.4.2. Options
30.4.3. Errors
30.4.4. regenerateId()
30.4.5. rememberMe(integer $seconds)
30.4.6. forgetMe()
30.4.7. sessionExists()
30.4.8. destroy(bool $remove_cookie = true, bool $readonly = true)
30.4.9. stop()
30.4.10. writeClose($readonly = true)
30.4.11. expireSessionCookie()
30.4.12. setSaveHandler(Zend_Session_SaveHandler_Interface $interface)
30.4.13. namespaceIsset($namespace)
30.4.14. namespaceUnset($namespace)
30.4.15. namespaceGet($namespace)
30.4.16. getIterator()
30.5. Teoria
31. Zend_Translate
31.1. Introduction
31.1.1. Starting multi-lingual
31.2. Adapters for Zend_Translate
31.2.1. How to decide which translation adapter to use
31.3. Using Translation Adapters
31.3.1. Translation Source Structures
31.3.2. Creating array source files
31.3.3. Creating Gettext Source Files
31.3.4. Creating TMX Source Files
31.3.5. Creating CSV Source Files
31.3.6. Options for adapters
32. Zend_Uri
32.1. Zend_Uri
32.1.1. Wstęp
32.1.2. Tworzenie nowego URI
32.1.3. Manipulowanie istniejącym URI
32.1.4. Sprawdzanie poprawności URI
32.1.5. Wspólne metody instancji
33. Zend_Validate
33.1. Wprowadzenie
33.2. Łańcuchy walidatorów
33.3. Pisanie walidatorów
33.4. Walidacja adresów email
33.5. Walidacja adresów serwerów
34. Zend_Version
34.1. Odczytywanie wersji Zend Framework
35. Zend_View
35.1. Wprowadzenie
35.1.1. Skrypt kontrolera
35.1.2. Skrypt widoku
35.2. Skrypt kontrolera
35.2.1. Przekazywanie zmiennych
35.2.2. Wykonywanie skryptu widoku
35.2.3. Ścieżki skryptu widoku
35.3. Skrypty widoków
35.3.1. Filtrowanie danych wyjściowych
35.3.2. Użycie alternatywnych systemów szablonów
35.4. Klasy pomocników
35.4.1. Wbudowane klasy pomocników
35.4.2. Ścieżki klas pomocników
35.4.3. Pisanie własnych klas pomocników
36. Zend_XmlRpc
36.1. Wprowadzenie
36.2. Zend_XmlRpc_Client
36.2.1. Wprowadzenie
36.2.2. Wywołania metod
36.2.3. Typy i konwersje
36.2.4. Obiekt serwera proxy
36.2.5. Obsługa błędów
36.2.6. Introspekcja serwerów
36.2.7. Od żądania do odpowiedzi
36.2.8. Klient HTTP i testowanie
36.3. Zend_XmlRpc_Server
36.3.1. Wprowadzenie
36.3.2. Podstawowe użycie
36.3.3. Struktura serwera
36.3.4. Konwencje
36.3.5. Używanie przestrzeni nazw
36.3.6. Własny obiekt żądania
36.3.7. Własne odpowiedzi
36.3.8. Obsługa wyjątków poprzez odpowiedzi błędów
36.3.9. Buforowanie definicji serwera pomiędzy żądaniami
36.3.10. Przykład użycia
A. Zend Framework PHP Coding Standard
A.1. Overview
A.1.1. Scope
A.1.2. Goals
A.2. PHP File Formatting
A.2.1. General
A.2.2. Indentation
A.2.3. Maximum Line Length
A.2.4. Line Termination
A.3. Naming Conventions
A.3.1. Classes
A.3.2. Interfaces
A.3.3. Filenames
A.3.4. Functions and Methods
A.3.5. Variables
A.3.6. Constants
A.4. Coding Style
A.4.1. PHP Code Demarcation
A.4.2. Strings
A.4.3. Arrays
A.4.4. Classes
A.4.5. Functions and Methods
A.4.6. Control Statements
A.4.7. Inline Documentation
B. Informacje o prawach autorskich
Indeks

Spis tabel

2.1. Kontrola dostępu dla przykładowego CMS
3.1. Configuration Options
4.1. Dostępne opcje
4.2. Dostępne opcje
4.3. Dostępne opcje
4.4. Dostępne opcje
4.5. Dostępne opcje
4.6. Dostępne opcje
4.7. Dostępne opcje
4.8. Dostępne opcje
8.1. Date Parts
8.2. Basic Operations
8.3. Date Comparison Methods
8.4. Date Output Methods
8.5. Date Output Methods
8.6. Miscellaneous Methods
8.7. Operations involving Zend_Date::HOUR
8.8. Day Constants
8.9. Week Constants
8.10. Month Constants
8.11. Year Constants
8.12. Time Constants
8.13. Timezone Constants
8.14. Date Format Constants (formats include timezone)
8.15. Date and Time Formats (format varies by locale)
8.16. Constants for ISO 8601 date output
8.17. Constants for PHP date output
8.18. Types of supported horizons for sunset and sunrise
9.1. Constants used by getPart() and reset()
14.1. Differences between current Blogger service and Blogger beta service
15.1. Zend_Http_Client configuration parameters
15.2. Zend_Http_Client configuration parameters
18.1. Details for getTranslationList($type = null, $locale = null)
18.2. Format tokens for self generated number formats
18.3. List of supported numeral systems
18.4. Key values for getDate() with option 'fix_date'
18.5. Return values
18.6. Format definition
18.7. Example formats
18.8. List of all supported languages
18.9. List of all supported regions
20.1. Mail Read Feature Overview
20.2. Mail Folder Names
21.1. List of measurement types
27.1. Zend_Search_Lucene_Field Types
29.1. Właściwości Zend_Service_Amazon_Item
29.2. Właściwości Zend_Service_Amazon_Image
29.3. Właściwości Zend_Service_Amazon_OfferSet
29.4. Właściwości
29.5. Właściwości Zend_Service_Amazon_SimilarProduct
29.6. Właściwości Zend_Service_Amazon_Accessories
29.7. Właściwości Zend_Service_Amazon_CustomerReview
29.8. Właściwości Zend_Service_Amazon_EditorialReview
29.9. Właściwości Zend_Service_Amazon_Listmania
29.10. Methods for retrieving public data
29.11. Methods of the Zend_Service_Delicious_SimplePost class
29.12. Właściwości Zend_Service_Flickr_ResultSet
29.13. Właściwości Zend_Service_Flickr_Result
29.14. Właściwości Zend_Service_Flickr_Image
29.15. Zend_Service_Yahoo_ResultSet
29.16. Właściwości Zend_Service_Yahoo_LocalResultSet
29.17. Właściwości Zend_Service_Yahoo_Result
29.18. Właściwości Zend_Service_Yahoo_WebResult
29.19. Właściwości Zend_Service_Yahoo_ImageResult
29.20. Właściwości Zend_Service_Yahoo_LocalResult
29.21. Właściwości Zend_Service_Yahoo_NewsResult
29.22. Właściwości Zend_Service_Yahoo_Image
31.1. Adapters for Zend_Translate
36.1. Konwersje między typami PHP oraz XML-RPC
36.2. Obiekty Zend_XmlRpc_Value dla typów XML-RPC

Spis przykładów

2.1. Dziedziczenie po wielu rolach
3.1. Modyfikowanie przestrzeni nazw sesji
3.2. Użycie własnej klasy do przechowywania tożsamości
3.3. Podstawowe użycie
4.1. Pobieranie frontendu za pomocą Zend_Cache::factory()
4.2. Buforowanie danych wyjściowych przy użyciu frontendu Zend_Cache
5.1. Użycie Zend_Config
5.2. Użycie Zend_Config_Ini
5.3. Użycie Zend_Config_Xml
6.1. Using the Short Syntax
6.2. Using the Long Syntax
6.3. Catching Getopt Exceptions
6.4. Using getOption()
6.5. Using __get() and __isset() magic methods
6.6. Using getRemainingArgs()
6.7. Using addRules()
6.8. Using setHelp()
6.9. Using setAliases()
6.10. Using addArguments() and setArguments()
6.11. Using setOption()
6.12. Using setOptions()
8.1. Setting a default timezone
8.2. Creating the current date
8.3. get() - output a date
8.4. set() - set a date
8.5. add() - adding dates
8.6. compare() - compare dates
8.7. equals() - identify a date or date part
8.8. User-specified input date format
8.9. Operating on Parts of Dates
8.10. Example usage for self-defined ISO formats
8.11. Example usage for self-defined formats with PHP specifier
8.12. Checking dates
8.13. Getting all avaiable cities
8.14. Getting the location for a city
8.15. Calculating sun informations
8.16. Working with timezones
8.17. Multiple timezones
9.1. Example of the database adapter's select() method
9.2. Example of creating a new Select object
9.3. Example of the using methods to add clauses
9.4. Example of the using the fluent interface
9.5. Example of the from() method
9.6. Example of specifying a table correlation name
9.7. Example of specifying a schema name
9.8. Examples of specifying columns
9.9. Examples of specifying columns containing expressions
9.10. Examples of quoting columns in an expression
9.11. Example of the join() method
9.12. Examples of specifying no columns
9.13. Example of the where() method
9.14. Example of a parameter in the where() method
9.15. Example of multiple where() methods
9.16. Example of the orWhere() method
9.17. Example of parenthesizing Boolean expressions
9.18. Example of the group() method
9.19. Example of the having() method
9.20. Example of the order() method
9.21. Example of the limit() method
9.22. Example of the distinct() method
9.23. Example of forUpdate() method
9.24. Example using the Db adapter's query() method
9.25. Example using the Select object's query method
9.26. Example of the __toString() method
9.27. Example of the getPart() method
9.28. Example of the reset() method
9.29. Declaring a table class with explicit table name
9.30. Declaring a table class with implicit table name
9.31. Declaring a table class with schema
9.32. Example of specifying the primary key
9.33. Example of overriding the _setupTableName() method
9.34. Example of constructing a Table using an Adapter object
9.35. Example of constructing a Table using a the Default Adapter
9.36. Example of constructing a Table using a Registry key
9.37. Example of inserting to a Table
9.38. Example of inserting expressions to a Table
9.39. Example of declaring a Table with auto-incrementing primary key
9.40. Example of declaring a Table with a sequence
9.41. Example of declaring a Table with a natural key
9.42. Example of updating rows in a Table
9.43. Example of deleting rows from a Table
9.44. Example of finding rows by primary key values
9.45. Example of finding rows by compound primary key values
9.46. Example of finding rows by an expression
9.47. Example of finding rows by an expression
9.48. Example of finding a single row by an expression
9.49. Example of getting the table name
9.50. Using a Default Metadata Cache for all Table Objects
9.51. Using a Metadata Cache for a Specific Table Object
9.52. Example of specifying the Row and Rowset classes
9.53. Example of changing the Row and Rowset classes
9.54. Custom logic to manage timestamps
9.55. Custom method to find bugs by status
9.56. Example of an abstract table class that implements inflection
9.57. Example of fetching a row
9.58. Example of reading a row in a rowset
9.59. Example of reading a column in a row
9.60. Example of using the toArray() method
9.61. Example of changing a column in a row
9.62. Example of creating a new row for a table
9.63. Example of populating a new row for a table
9.64. Example of using setFromArray() to set values in a new Row
9.65. Example of deleting a row
9.66. Example of serializing a row
9.67. Example of unserializing a serialized row
9.68. Example of reactivating a row
9.69. Specifying a custom Row class
9.70. Example of custom logic in a Row class
9.71. Example of a Row class that logs insert data for multiple tables
9.72. Example of defining an inflection transformation
9.73. Example of fetching a rowset
9.74. Counting the Rows in a Rowset
9.75. Reading a Single Row from a Rowset
9.76. Iterating through a Rowset
9.77. Using toArray()
9.78. Serializing a Rowset
9.79. Unserializing a Serialized Rowset
9.80. Reactivating a Rowset as Live Data
9.81. Specifying a custom Rowset class
9.82. Example of Rowset class with a new method
9.83. Fetching a Dependent Rowset
9.84. Fetching a Dependent Rowset By a Specific Rule
9.85. Fetching Dependent Rowsets using the Magic Method
9.86. Fetching the Parent Row
9.87. Fetching a Parent Row By a Specific Rule
9.88. Fetching the Parent Row using the Magic Method
9.89. Fetching a Rowset with the Many-to-many Method
9.90. Fetching a Rowset with the Many-to-many Method By a Specific Rule
9.91. Fetching Rowsets using the Magic Many-to-many Method
9.92. Example of a Cascading Delete
9.93. Example Declaration of Cascading Operations
10.1. Przykład użycia metody dump()
11.1. Przykład łapania wyjątku
12.1. Użycie Zend_Feed do pobierania danych RSS
12.2. Podstawowe użycie kanału Atom
12.3. Odczytywanie pojedynczego wpisu kanału Atom
12.4. Bezpośrednie użycie obiektu wpisu dla pojedynczego wpisu kanału Atom
12.5. Modyfikacja istniejącego wpisu
12.6. Tworzenie wpisu Atom z elementami własnej przestrzeni nazw
12.7. Rozszerzanie klasy wpisu Atom z własnymi przestrzeniami nazw
15.1. Instantiating a Zend_Http_Client object
15.2. Preforming a Simple GET Request
15.3. Using Request Methods Other Than GET
15.4. Setting GET Parameters
15.5. Setting POST Parameters
15.6. Forcing RFC 2616 Strict Redirections on 301 and 302 Responses
15.7. Setting Cookies Using setCookie()
15.8. Enabling Cookie Stickiness
15.9. Setting A Single Custom Request Header
15.10. Setting Multiple Custom Request Headers
15.11. Using setFileUpload to Upload Files
15.12. Sending Raw POST Data
15.13. Setting HTTP Authentication User and Password
15.14. Performing consecutive requests with one client
15.15. Changing the HTTPS transport layer
15.16. Using Zend_Http_Client behind a proxy server
15.17. Testing Against a Single HTTP Response Stub
15.18. Testing Against Multiple HTTP Response Stubs
15.19. Creating your own connection adapter
15.20. Instantiating a Zend_Http_Cookie object
15.21. Stringifying a Zend_Http_Cookie object
15.22. Using getter methods with Zend_Http_Cookie
15.23. Matching cookies
15.24. Instantiating a Zend_Http_Response object using the factory method
15.25. Using the isError() method to validate a response
15.26. Using Zend_Http_Response Accessor Methods
15.27. Accessing Response Headers
17.1. Przykład użycia metody loadFile()
17.2. Przykład użycia metody loadClass()
17.3. Przykład użycia metody isReadable()
17.4. Przykład zarejestrowania metody autoloadera
17.5. Przykład rejestrowania metody autoloadera z rozszerzonej klasy
18.1. Choosing a specific locale
18.2. Automatically selecting a locale
18.3. Dates default to correct locale of web users
18.4. Overriding default locale selection
18.5. Performance optimization when using a default locale
18.6. Dates default to correct locale of web users
18.7. Using STANDARD definitions for setOptions()
18.8. clone
18.9. Check for equal locales
18.10. Get default locales
18.11. setLocale
18.12. Convenience functions for getTranslation()
18.13. getTranslationList
18.14. Converting country name in one language to another
18.15. All available translations
18.16. All Languages written in their native language
18.17. getQuestion()
18.18. Number normalization
18.19. Number normalization with precision
18.20. Number localization
18.21. Number localization with precision
18.22. Using a self defined number format
18.23. Number testing
18.24. Floating point value normalization
18.25. Floating point value localization
18.26. Floating point value testing
18.27. Integer value normalization
18.28. Integer value localization
18.29. Integer value testing
18.30. Converting numerals from Eastern Arabic scripts to European/Latin scripts
18.31. Converting numerals from Latin script to Eastern Arabic script
18.32. Getting 4 letter CLDR script code using a native-language name of the script
18.33. Normalizing a date
18.34. Normalizing a date by locale
18.35. Normalizing a date with time
18.36. Normalizing a userdefined date
18.37. Automatic correction of input dates
18.38. Date testing
18.39. Normalize an unknown time
18.40. Testing a time
20.1. Wysyłanie prostego e-maila za pomocą Zend_Mail
20.2. Wysyłanie e-maila przez SMTP
20.3. Wysyłanie wielu maili podczas jednego połączenia SMTP
20.4. Używanie innych transportów
20.5. Wysyłanie e-maila w postaci HTML
20.6. Wiadomości e-mail z załącznikami
20.7. Zmiana pola rozgraniczającego MIME
20.8. Dodawanie nagłówków do wiadomości e-mail
20.9. Enabling authentication within Zend_Mail_Transport_Smtp
20.10. Enabling a secure connection within Zend_Mail_Transport_Smtp
21.1. Converting measurements
21.2. The meter measurement
21.3. Creation using integer and floating values
21.4. Creation using strings
21.5. Arbitrary text input containing measurements
21.6. Localized string
21.7. Automatic output
21.8. Output a value
21.9. Outputting units
21.10. Convert
21.11. Adding units
21.12. Subtract
21.13. Different measurements
21.14. Identical measurements
21.15. Difference
21.16. Changing a value
21.17. Changing the type
22.1. Using Zend_Memory component
24.1. Tworzenie nowego lub ładowanie istniejącego dokumentu PDF.
24.2. Ładowanie określonej wersji dokumentu PDF.
24.3. Zapisywanie dokumentu PDF.
24.4. Zarządzanie stronami dokumentu PDF.
24.5. Wypisywanie tekstu na stronie.
24.6. Wypisywanie tekstu zakodowanego w UTF-8 na stronie.
24.7. Tworzenie standardowej czcionki.
24.8. Tworzenie czcionki TrueType.
24.9. Tworzenie czcionki TrueType, ale bez osadzania jej w dokumencie PDF.
24.10. Nie wyrzucanie wyjątku dla czcionek które nie mogą być osadzone.
24.11. Nie kompresowanie osadzonych czcionek.
24.12. Łączenie opcji osadzania czcionki.
24.13. Wstawianie obrazów.
24.14. Przykład użycia modułu Zend_Pdf.
25.1. Example of set() method
25.2. Example of get() method
25.3. Example of iterating over the registry
25.4. Example of constructing a registry
25.5. Example of initializing the static registry
25.6. Example of array access
25.7. Example of object access
25.8. Example of isRegistered() method
25.9. Example of isset() method
25.10. Example of specifying the static registry's class name
25.11. Example of _unsetInstance() method
26.1. A basic REST request
26.2. Response Status
26.3. Using Technorati's Rest Service
26.4. Example Technorati Response
26.5. Setting Request Arguments
26.6. Basic Zend_Rest_Server Usage - Classes
26.7. Basic Zend_Rest_Server Usage - Functions
26.8. Returning Custom Status
26.9. Return Custom XML
27.1. Custom text Analyzer.
29.1. Użycie metody isSpam()
29.2. Użycie metody submitSpam()
29.3. Użycie metody submitHam()
29.4. Przeszukiwanie Amazon używając tradycyjnego API
29.5. Przeszukiwanie Amazon używając API zapytań
29.6. Wybierania państwa web serwisu Amazon
29.7. Szukanie specyficznego przedmiotu w Amazon na podstawie ASIN
29.8. Wykonywanie wyszukiwań przedmiotów Amazon
29.9. Przeszukiwanie serwisu Amazon używając alternatywnego API zapytań
29.10. Retrieving User Profile Information
29.11. Retrieving a User's Weekly Artist Chart
29.12. Retrieving Related Artists
29.13. Get all posts
29.14. Accessing post lists
29.15. Post editing
29.16. Method call chaining
29.17. Deleting posts
29.18. Adding a post
29.19. Tags
29.20. Bundles
29.21. Retrieving public data
29.22. Changing the HTTP client of Zend_Rest_Client
29.23. Configuring your HTTP client to keep connections alive
29.24. Proste wyszukiwanie zdjęć Flickr
29.25. Wyszukiwanie publicznych zdjęć użytkownika serwisu Flickr na podstawie adresu e-mail
29.26. Pobieranie szczegółów zdjęcia Flickr
29.27. Querying Links
29.28. Modifying Links
29.29. Working With Tags
29.30. Working With Notes
29.31. Retrieving Watchlists
29.32. Przeszukiwanie sieci Web z Yahoo!
29.33. Wyszukiwanie obrazków z Yahoo!
29.34. Przeszukiwanie lokalnych firm i usług za pomocą Yahoo!
29.35. Przeszukiwanie Yahoo! News
30.1. Zliczanie odsłon stron
30.2. Nowy sposób: Przestrzenie nazw zapobiegają kolizjom
30.3. Stary sposób: Dostęp do sesji PHP
30.4. Iteracja sesji
30.5. Uzyskiwanie dostępu do danych sesji
30.6. Rozpoczynanie globalnej sesji
30.7. Blokowanie przestrzeni nazw sesji
30.8. Blokowanie danych sesji w widokach
30.9. Expiration Examples
30.10. Namespaced Sessions for Controllers with Automatic Expiration
30.11. Limiting to Single Instances
30.12. Known problem with arrays
30.13. Workaround: fetch, modify, save
30.14. Workaround: store array containing reference
30.15. Przykład: Simplified access of authorization ids
30.16. Użycie PHPUnit do testowania kodu używającego Zend_Session*
30.17. Using Zend_Config to Configure Zend_Session
30.18. myapp.ini
30.19. Anonymous Sessions and Session Fixation
30.20. Unsetting All Namespaces
31.1. Example of single-language PHP code
31.2. Example of multi-lingual PHP code
31.3. Example TMX file
31.4. Example CSV file
31.5. Example CSV file two
31.6. Using translation options
32.1. Tworzenie nowego URI za pomocą Zend_Uri::factory()
32.2. Manipulowanie istniejącym URI za pomocą Zend_Uri::factory()
32.3. Sprawdzanie poprawności URI za pomocą Zend_Uri::check()
32.4. Pobieranie schematu z obiektu Zend_Uri_*
32.5. Pobieranie całego URI z obiektu Zend_Uri_*
32.6. Sprawdzanie poprawności obiektu Zend_Uri_*
34.1. Przykład użycia metody compareVersion()
36.1. Wywołanie metody XML-RPC
36.2. Wywołanie metody XML-RPC z parametrem
36.3. Rozszerzanie domyślnej przestrzeni nazw
36.4. Rozszerzanie dowolnej przestrzeni nazw
36.5. Obsługa błędów HTTP
36.6. Obsługa błędów XML-RPC
36.7. Przetwarzanie żądania do odpowiedzi