Update 2010-02-15 - Revision 21049
Zend Framework
Copyright © 2005-2010 Zend Technologies Inc. (http://www.zend.com)
Compilation 02/14/2010 (Benjamín Gonzales)
Table of Contents
- I. Introduction to Zend Framework
- II. Learning Zend Framework
- 3. Zend Framework Quick Start
- 4. Autoloading in Zend Framework
- 5. Plugins in Zend Framework
- 6. Getting Started with Zend_Layout
- 7. Getting Started Zend_View Placeholders
- 8. Understanding and Using Zend Form Decorators
- 9. Getting Started with Zend_Session, Zend_Auth, and Zend_Acl
- 10. Getting Started with Zend_Search_Lucene
- 11. Getting Started with Zend_Paginator
- III. Zend Framework Reference
- 12. Zend_Acl
- 13. Zend_Amf
- 14. Zend_Application
- 14.1. Introduction
- 14.2. Zend_Application Quick Start
- 14.3. Theory of Operation
- 14.4. Examples
- 14.5. Core Functionality
- 14.5.1. Zend_Application
- 14.5.2. Zend_Application_Bootstrap_Bootstrapper
- 14.5.3. Zend_Application_Bootstrap_ResourceBootstrapper
- 14.5.4. Zend_Application_Bootstrap_BootstrapAbstract
- 14.5.5. Zend_Application_Bootstrap_Bootstrap
- 14.5.6. Zend_Application_Resource_Resource
- 14.5.7. Zend_Application_Resource_ResourceAbstract
- 14.6. Available Resource Plugins
- 14.6.1. Zend_Application_Resource_Cachemanager
- 14.6.2. Zend_Application_Resource_Db
- 14.6.3. Zend_Application_Resource_Frontcontroller
- 14.6.4. Zend_Application_Resource_Layout
- 14.6.5. Zend_Application_Resource_Locale
- 14.6.6. Zend_Application_Resource_Log
- 14.6.7. Zend_Application_Resource_Mail
- 14.6.8. Zend_Application_Resource_Modules
- 14.6.9. Zend_Application_Resource_Multidb
- 14.6.10. Zend_Application_Resource_Navigation
- 14.6.11. Zend_Application_Resource_Router
- 14.6.12. Zend_Application_Resource_Session
- 14.6.13. Zend_Application_Resource_View
- 15. Zend_Auth
- 16. Zend_Barcode
- 16.1. Introduction
- 16.2. Barcode creation using Zend_Barcode class
- 16.3. Zend_Barcode Objects
- 16.3.1. Common Options
- 16.3.2. Common Additional Getters
- 16.3.3. Description of shipped barcodes
- 16.3.3.1. Zend_Barcode_Object_Error
- 16.3.3.2. Zend_Barcode_Object_Code25
- 16.3.3.3. Zend_Barcode_Object_Code25interleaved
- 16.3.3.4. Zend_Barcode_Object_Ean2
- 16.3.3.5. Zend_Barcode_Object_Ean5
- 16.3.3.6. Zend_Barcode_Object_Ean8
- 16.3.3.7. Zend_Barcode_Object_Ean13
- 16.3.3.8. Zend_Barcode_Object_Code39
- 16.3.3.9. Zend_Barcode_Object_Identcode
- 16.3.3.10. Zend_Barcode_Object_Itf14
- 16.3.3.11. Zend_Barcode_Object_Leitcode
- 16.3.3.12. Zend_Barcode_Object_Planet
- 16.3.3.13. Zend_Barcode_Object_Postnet
- 16.3.3.14. Zend_Barcode_Object_Royalmail
- 16.3.3.15. Zend_Barcode_Object_Upca
- 16.3.3.16. Zend_Barcode_Object_Upce
- 16.4. Zend_Barcode Renderers
- 17. Zend_Cache
- 17.1. Introduction
- 17.2. The Theory of Caching
- 17.3. Zend_Cache Frontends
- 17.4. Zend_Cache Backends
- 17.4.1. Zend_Cache_Backend_File
- 17.4.2. Zend_Cache_Backend_Sqlite
- 17.4.3. Zend_Cache_Backend_Memcached
- 17.4.4. Zend_Cache_Backend_Apc
- 17.4.5. Zend_Cache_Backend_Xcache
- 17.4.6. Zend_Cache_Backend_ZendPlatform
- 17.4.7. Zend_Cache_Backend_TwoLevels
- 17.4.8. Zend_Cache_Backend_ZendServer_Disk and Zend_Cache_Backend_ZendServer_ShMem
- 17.4.9. Zend_Cache_Backend_Static
- 17.5. The Cache Manager
- 18. Zend_Captcha
- 19. Zend_CodeGenerator
- 19.1. Introduction
- 19.2. Zend_CodeGenerator Examples
- 19.3. Zend_CodeGenerator Reference
- 19.3.1. Abstract Classes and Interfaces
- 19.3.2. Concrete CodeGenerator Classes
- 19.3.2.1. Zend_CodeGenerator_Php_Body
- 19.3.2.2. Zend_CodeGenerator_Php_Class
- 19.3.2.3. Zend_CodeGenerator_Php_Docblock
- 19.3.2.4. Zend_CodeGenerator_Php_Docblock_Tag
- 19.3.2.5. Zend_CodeGenerator_Php_DocBlock_Tag_Param
- 19.3.2.6. Zend_CodeGenerator_Php_DocBlock_Tag_Return
- 19.3.2.7. Zend_CodeGenerator_Php_File
- 19.3.2.8. Zend_CodeGenerator_Php_Member_Container
- 19.3.2.9. Zend_CodeGenerator_Php_Method
- 19.3.2.10. Zend_CodeGenerator_Php_Parameter
- 19.3.2.11. Zend_CodeGenerator_Php_Property
- 20. Zend_Config
- 21. Zend_Config_Writer
- 22. Zend_Console_Getopt
- 23. Zend_Controller
- 23.1. Zend_Controller Quick Start
- 23.2. Zend_Controller Basics
- 23.3. The Front Controller
- 23.4. The Request Object
- 23.5. The Standard Router
- 23.5.1. Introduction
- 23.5.2. Using a Router
- 23.5.3. Basic Rewrite Router Operation
- 23.5.4. Default Routes
- 23.5.5. Base URL and Subdirectories
- 23.5.6. Global Parameters
- 23.5.7. Route Types
- 23.5.8. Using Zend_Config with the RewriteRouter
- 23.5.9. Subclassing the Router
- 23.6. The Dispatcher
- 23.7. Action Controllers
- 23.8. Action Helpers
- 23.8.1. Introduction
- 23.8.2. Helper Initialization
- 23.8.3. The Helper Broker
- 23.8.4. Built-in Action Helpers
- 23.8.5. Writing Your Own Helpers
- 23.9. The Response Object
- 23.10. Plugins
- 23.11. Using a Conventional Modular Directory Structure
- 23.12. MVC Exceptions
- 24. Zend_Currency
- 24.1. Introduction to Zend_Currency
- 24.2. Using Zend_Currency
- 24.3. Options for currencies
- 24.4. What makes a currency?
- 24.5. Where is the currency?
- 24.6. How does the currency look like?
- 24.7. How much is my currency?
- 24.8. Calculating with currencies
- 24.9. Exchanging currencies
- 24.10. Additional informations on Zend_Currency
- 25. Zend_Date
- 25.1. Introduction
- 25.2. Theory of Operation
- 25.3. Basic Methods
- 25.4. Zend_Date API Overview
- 25.5. Creation of Dates
- 25.6. Constants for General Date Functions
- 25.7. Working Examples
- 26. Zend_Db
- 26.1. Zend_Db_Adapter
- 26.1.1. Connecting to a Database Using an Adapter
- 26.1.2. Example Database
- 26.1.3. Reading Query Results
- 26.1.3.1. Fetching a Complete Result Set
- 26.1.3.2. Changing the Fetch Mode
- 26.1.3.3. Fetching a Result Set as an Associative Array
- 26.1.3.4. Fetching a Single Column from a Result Set
- 26.1.3.5. Fetching Key-Value Pairs from a Result Set
- 26.1.3.6. Fetching a Single Row from a Result Set
- 26.1.3.7. Fetching a Single Scalar from a Result Set
- 26.1.4. Writing Changes to the Database
- 26.1.5. Quoting Values and Identifiers
- 26.1.6. Controlling Database Transactions
- 26.1.7. Listing and Describing Tables
- 26.1.8. Closing a Connection
- 26.1.9. Running Other Database Statements
- 26.1.10. Retrieving Server Version
- 26.1.11. Notes on Specific Adapters
- 26.1.11.1. IBM DB2
- 26.1.11.2. MySQLi
- 26.1.11.3. Oracle
- 26.1.11.4. Microsoft SQL Server
- 26.1.11.5. PDO for IBM DB2 and Informix Dynamic Server (IDS)
- 26.1.11.6. PDO Microsoft SQL Server
- 26.1.11.7. PDO MySQL
- 26.1.11.8. PDO Oracle
- 26.1.11.9. PDO PostgreSQL
- 26.1.11.10. PDO SQLite
- 26.1.11.11. Firebird/Interbase
- 26.2. Zend_Db_Statement
- 26.3. Zend_Db_Profiler
- 26.4. Zend_Db_Select
- 26.4.1. Introduction
- 26.4.2. Creating a Select Object
- 26.4.3. Building Select queries
- 26.4.3.1. Adding a FROM clause
- 26.4.3.2. Adding Columns
- 26.4.3.3. Adding Expression Columns
- 26.4.3.4. Adding columns to an existing FROM or JOIN table
- 26.4.3.5. Adding Another Table to the Query with JOIN
- 26.4.3.6. Adding a WHERE Clause
- 26.4.3.7. Adding a GROUP BY Clause
- 26.4.3.8. Adding a HAVING Clause
- 26.4.3.9. Adding an ORDER BY Clause
- 26.4.3.10. Adding a LIMIT Clause
- 26.4.3.11. Adding the DISTINCT Query Modifier
- 26.4.3.12. Adding the FOR UPDATE Query Modifier
- 26.4.3.13. Building a UNION Query
- 26.4.4. Executing Select Queries
- 26.4.5. Other methods
- 26.5. Zend_Db_Table
- 26.5.1. Introduction
- 26.5.2. Using Zend_Db_Table as a concrete class
- 26.5.3. Defining a Table Class
- 26.5.4. Creating an Instance of a Table
- 26.5.5. Inserting Rows to a Table
- 26.5.6. Updating Rows in a Table
- 26.5.7. Deleting Rows from a Table
- 26.5.8. Finding Rows by Primary Key
- 26.5.9. Querying for a Set of Rows
- 26.5.10. Querying for a Single Row
- 26.5.11. Retrieving Table Metadata Information
- 26.5.12. Caching Table Metadata
- 26.5.13. Customizing and Extending a Table Class
- 26.6. Zend_Db_Table_Row
- 26.7. Zend_Db_Table_Rowset
- 26.8. Zend_Db_Table Relationships
- 26.9. Zend_Db_Table_Definition
- 27. Zend_Debug
- 28. Zend_Dojo
- 28.1. Introduction
- 28.2. Zend_Dojo_Data: dojo.data Envelopes
- 28.3. Dojo View Helpers
- 28.4. Dojo Form Elements and Decorators
- 28.4.1. Dijit-Specific Form Decorators
- 28.4.2. Dijit-Specific Form Elements
- 28.4.2.1. Button
- 28.4.2.2. CheckBox
- 28.4.2.3. ComboBox and FilteringSelect
- 28.4.2.4. CurrencyTextBox
- 28.4.2.5. DateTextBox
- 28.4.2.6. Editor
- 28.4.2.7. HorizontalSlider
- 28.4.2.8. NumberSpinner
- 28.4.2.9. NumberTextBox
- 28.4.2.10. PasswordTextBox
- 28.4.2.11. RadioButton
- 28.4.2.12. SimpleTextarea
- 28.4.2.13. Slider abstract element
- 28.4.2.14. SubmitButton
- 28.4.2.15. TextBox
- 28.4.2.16. Textarea
- 28.4.2.17. TimeTextBox
- 28.4.2.18. ValidationTextBox
- 28.4.2.19. VerticalSlider
- 28.4.3. Dojo Form Examples
- 28.5. Zend_Dojo build layer support
- 29. Zend_Dom
- 30. Zend_Exception
- 31. Zend_Feed
- 31.1. Introduction
- 31.2. Importing Feeds
- 31.3. Retrieving Feeds from Web Pages
- 31.4. Consuming an RSS Feed
- 31.5. Consuming an Atom Feed
- 31.6. Consuming a Single Atom Entry
- 31.7. Modifying Feed and Entry structures
- 31.8. Custom Feed and Entry Classes
- 31.9. Zend_Feed_Reader
- 31.9.1. Introduction
- 31.9.2. Importing Feeds
- 31.9.3. Retrieving Underlying Feed and Entry Sources
- 31.9.4. Cache Support and Intelligent Requests
- 31.9.5. Locating Feed URIs from Websites
- 31.9.6. Attribute Collections
- 31.9.7. Retrieving Feed Information
- 31.9.8. Retrieving Entry/Item Information
- 31.9.9. Extending Feed and Entry APIs
- 31.10. Zend_Feed_Writer
- 31.11. Zend_Feed_Pubsubhubbub
- 32. Zend_File
- 32.1. Zend_File_Transfer
- 32.2. Validators for Zend_File_Transfer
- 32.2.1. Using Validators with Zend_File_Transfer
- 32.2.2. Count Validator
- 32.2.3. Crc32 Validator
- 32.2.4. ExcludeExtension Validator
- 32.2.5. ExcludeMimeType Validator
- 32.2.6. Exists Validator
- 32.2.7. Extension Validator
- 32.2.8. FilesSize Validator
- 32.2.9. ImageSize Validator
- 32.2.10. IsCompressed Validator
- 32.2.11. IsImage Validator
- 32.2.12. Hash Validator
- 32.2.13. Md5 Validator
- 32.2.14. MimeType Validator
- 32.2.15. NotExists Validator
- 32.2.16. Sha1 Validator
- 32.2.17. Size Validator
- 32.2.18. WordCount Validator
- 32.3. Filters for Zend_File_Transfer
- 33. Zend_Filter
- 33.1. Introduction
- 33.2. Standard Filter Classes
- 33.2.1. Alnum
- 33.2.2. Alpha
- 33.2.3. BaseName
- 33.2.4. Boolean
- 33.2.5. Callback
- 33.2.6. Compress and Decompress
- 33.2.7. Decrypt
- 33.2.8. Digits
- 33.2.9. Dir
- 33.2.10. Encrypt
- 33.2.11. HtmlEntities
- 33.2.12. Int
- 33.2.13. LocalizedToNormalized
- 33.2.14. NormalizedToLocalized
- 33.2.15. Null
- 33.2.16. PregReplace
- 33.2.17. RealPath
- 33.2.18. StringToLower
- 33.2.19. StringToUpper
- 33.2.20. StringTrim
- 33.2.21. StripNewlines
- 33.2.22. StripTags
- 33.3. Filter Chains
- 33.4. Writing Filters
- 33.5. Zend_Filter_Input
- 33.6. Zend_Filter_Inflector
- 34. Zend_Form
- 34.1. Zend_Form
- 34.2. Zend_Form Quick Start
- 34.3. Creating Form Elements Using Zend_Form_Element
- 34.4. Creating Forms Using Zend_Form
- 34.5. Creating Custom Form Markup Using Zend_Form_Decorator
- 34.6. Standard Form Elements Shipped With Zend Framework
- 34.6.1. Zend_Form_Element_Button
- 34.6.2. Zend_Form_Element_Captcha
- 34.6.3. Zend_Form_Element_Checkbox
- 34.6.4. Zend_Form_Element_File
- 34.6.5. Zend_Form_Element_Hidden
- 34.6.6. Zend_Form_Element_Hash
- 34.6.7. Zend_Form_Element_Image
- 34.6.8. Zend_Form_Element_MultiCheckbox
- 34.6.9. Zend_Form_Element_Multiselect
- 34.6.10. Zend_Form_Element_Password
- 34.6.11. Zend_Form_Element_Radio
- 34.6.12. Zend_Form_Element_Reset
- 34.6.13. Zend_Form_Element_Select
- 34.6.14. Zend_Form_Element_Submit
- 34.6.15. Zend_Form_Element_Text
- 34.6.16. Zend_Form_Element_Textarea
- 34.7. Standard Form Decorators Shipped With Zend Framework
- 34.7.1. Zend_Form_Decorator_Callback
- 34.7.2. Zend_Form_Decorator_Captcha
- 34.7.3. Zend_Form_Decorator_Description
- 34.7.4. Zend_Form_Decorator_DtDdWrapper
- 34.7.5. Zend_Form_Decorator_Errors
- 34.7.6. Zend_Form_Decorator_Fieldset
- 34.7.7. Zend_Form_Decorator_File
- 34.7.8. Zend_Form_Decorator_Form
- 34.7.9. Zend_Form_Decorator_FormElements
- 34.7.10. Zend_Form_Decorator_FormErrors
- 34.7.11. Zend_Form_Decorator_HtmlTag
- 34.7.12. Zend_Form_Decorator_Image
- 34.7.13. Zend_Form_Decorator_Label
- 34.7.14. Zend_Form_Decorator_PrepareElements
- 34.7.15. Zend_Form_Decorator_ViewHelper
- 34.7.16. Zend_Form_Decorator_ViewScript
- 34.8. Internationalization of Zend_Form
- 34.9. Advanced Zend_Form Usage
- 35. Zend_Gdata
- 35.1. Introduction
- 35.1.1. Structure of Zend_Gdata
- 35.1.2. Interacting with Google Services
- 35.1.3. Obtaining instances of Zend_Gdata classes
- 35.1.4. Google Data Client Authentication
- 35.1.5. Dependencies
- 35.1.6. Creating a new Gdata client
- 35.1.7. Common Query Parameters
- 35.1.8. Fetching a Feed
- 35.1.9. Working with Multi-page Feeds
- 35.1.10. Working with Data in Feeds and Entries
- 35.1.11. Updating Entries
- 35.1.12. Posting Entries to Google Servers
- 35.1.13. Deleting Entries on Google Servers
- 35.2. Authenticating with AuthSub
- 35.3. Using the Book Search Data API
- 35.4. Authenticating with ClientLogin
- 35.5. Using Google Calendar
- 35.6. Using Google Documents List Data API
- 35.7. Using Google Health
- 35.8. Using Google Spreadsheets
- 35.9. Using Google Apps Provisioning
- 35.9.1. Setting the current domain
- 35.9.2. Interacting with users
- 35.9.3. Interacting with nicknames
- 35.9.4. Interacting with email lists
- 35.9.5. Interacting with email list recipients
- 35.9.6. Handling errors
- 35.10. Using Google Base
- 35.11. Using Picasa Web Albums
- 35.12. Using the YouTube Data API
- 35.12.1. Authentication
- 35.12.2. Developer Keys and Client ID
- 35.12.3. Retrieving public video feeds
- 35.12.4. Retrieving video comments
- 35.12.5. Retrieving playlist feeds
- 35.12.6. Retrieving a list of a user's subscriptions
- 35.12.7. Retrieving a user's profile
- 35.12.8. Uploading Videos to YouTube
- 35.12.9. Browser-based upload
- 35.12.10. Checking upload status
- 35.12.11. Other Functions
- 35.13. Catching Gdata Exceptions
- 36. Zend_Http
- 36.1. Introduction
- 36.2. Zend_Http_Client - Advanced Usage
- 36.3. Zend_Http_Client - Connection Adapters
- 36.4. Zend_Http_Cookie and Zend_Http_CookieJar
- 36.4.1. Introduction
- 36.4.2. Instantiating Zend_Http_Cookie Objects
- 36.4.3. Zend_Http_Cookie getter methods
- 36.4.4. Zend_Http_Cookie: Matching against a scenario
- 36.4.5. The Zend_Http_CookieJar Class: Instantiation
- 36.4.6. Adding Cookies to a Zend_Http_CookieJar object
- 36.4.7. Retrieving Cookies From a Zend_Http_CookieJar object
- 36.5. Zend_Http_Response
- 37. Zend_InfoCard
- 38. Zend_Json
- 39. Zend_Layout
- 40. Zend_Ldap
- 40.1. Introduction
- 40.2. API overview
- 40.3. Usage Scenarios
- 40.4. Tools
- 40.5. Object oriented access to the LDAP tree using Zend_Ldap_Node
- 40.6. Getting information from the LDAP server
- 40.7. Serializing LDAP data to and from LDIF
- 41. Zend_Loader
- 42. Zend_Locale
- 42.1. Introduction
- 42.1.1. What is Localization
- 42.1.2. What is a Locale?
- 42.1.3. How are Locales Represented?
- 42.1.4. Selecting the Right Locale
- 42.1.5. Usage of automatic Locales
- 42.1.6. Using a default Locale
- 42.1.7. ZF Locale-Aware Classes
- 42.1.8. Application wide locale
- 42.1.9. Zend_Locale_Format::setOptions(array $options)
- 42.1.10. Speed up Zend_Locale and its subclasses
- 42.2. Using Zend_Locale
- 42.2.1. Copying, Cloning, and Serializing Locale Objects
- 42.2.2. Equality
- 42.2.3. Default locales
- 42.2.4. Set a new locale
- 42.2.5. Getting the language and region
- 42.2.6. Obtaining localized strings
- 42.2.7. Obtaining translations for "yes" and "no"
- 42.2.8. Get a list of all known locales
- 42.2.9. Detecting locales
- 42.3. Normalization and Localization
- 42.3.1. Number normalization: getNumber($input, Array $options)
- 42.3.2. Number localization
- 42.3.3. Number testing
- 42.3.4. Float value normalization
- 42.3.5. Floating point value localization
- 42.3.6. Floating point value testing
- 42.3.7. Integer value normalization
- 42.3.8. Integer point value localization
- 42.3.9. Integer value testing
- 42.3.10. Numeral System Conversion
- 42.4. Working with Dates and Times
- 42.5. Supported locales
- 43. Zend_Log
- 43.1. Overview
- 43.2. Writers
- 43.3. Formatters
- 43.4. Filters
- 43.5. Using the Factory to Create a Log
- 43.5.1. Writer Options
- 43.5.1.1. Zend_Log_Writer_Db Options
- 43.5.1.2. Zend_Log_Writer_Firebug Options
- 43.5.1.3. Zend_Log_Writer_Mail Options
- 43.5.1.4. Zend_Log_Writer_Mock Options
- 43.5.1.5. Zend_Log_Writer_Null Options
- 43.5.1.6. Zend_Log_Writer_Stream Options
- 43.5.1.7. Zend_Log_Writer_Syslog Options
- 43.5.1.8. Zend_Log_Writer_ZendMonitor Options
- 43.5.2. Filter Options
- 43.5.3. Creating Configurable Writers and Filters
- 44. Zend_Mail
- 44.1. Introduction
- 44.2. Sending via SMTP
- 44.3. Sending Multiple Mails per SMTP Connection
- 44.4. Using Different Transports
- 44.5. HTML E-Mail
- 44.6. Attachments
- 44.7. Adding Recipients
- 44.8. Controlling the MIME Boundary
- 44.9. Additional Headers
- 44.10. Character Sets
- 44.11. Encoding
- 44.12. SMTP Authentication
- 44.13. Securing SMTP Transport
- 44.14. Reading Mail Messages
- 45. Zend_Markup
- 46. Zend_Measure
- 47. Zend_Memory
- 48. Zend_Mime
- 49. Zend_Navigation
- 50. Zend_Oauth
- 51. Zend_OpenId
- 52. Zend_Paginator
- 53. Zend_Pdf
- 53.1. Introduction
- 53.2. Creating and Loading PDF Documents
- 53.3. Save Changes to PDF Documents
- 53.4. Working with Pages
- 53.5. Drawing
- 53.5.1. Geometry
- 53.5.2. Colors
- 53.5.3. Shape Drawing
- 53.5.4. Text Drawing
- 53.5.5. Using fonts
- 53.5.6. Standard PDF fonts limitations
- 53.5.7. Extracting fonts
- 53.5.8. Image Drawing
- 53.5.9. Line drawing style
- 53.5.10. Fill style
- 53.5.11. Linear Transformations
- 53.5.12. Save/restore graphics state
- 53.5.13. Clipping draw area
- 53.5.14. Styles
- 53.5.15. Transparency
- 53.6. Interactive Features
- 53.6.1. Destinations
- 53.6.1.1. Supported Destination Types
- 53.6.1.1.1. Zend_Pdf_Destination_Zoom
- 53.6.1.1.2. Zend_Pdf_Destination_Fit
- 53.6.1.1.3. Zend_Pdf_Destination_FitHorizontally
- 53.6.1.1.4. Zend_Pdf_Destination_FitVertically
- 53.6.1.1.5. Zend_Pdf_Destination_FitRectangle
- 53.6.1.1.6. Zend_Pdf_Destination_FitBoundingBox
- 53.6.1.1.7. Zend_Pdf_Destination_FitBoundingBoxHorizontally
- 53.6.1.1.8. Zend_Pdf_Destination_FitBoundingBoxVertically
- 53.6.1.1.9. Zend_Pdf_Destination_Named
- 53.6.1.2. Document level destination processing
- 53.6.2. Actions
- 53.6.3. Document Outline (bookmarks)
- 53.6.4. Annotations
- 53.7. Document Info and Metadata
- 53.8. Zend_Pdf module usage example
- 54. Zend_ProgressBar
- 55. Zend_Queue
- 56. Zend_Reflection
- 56.1. Introduction
- 56.2. Zend_Reflection Examples
- 56.3. Zend_Reflection Reference
- 56.3.1. Zend_Reflection_Docblock
- 56.3.2. Zend_Reflection_Docblock_Tag
- 56.3.3. Zend_Reflection_Docblock_Tag_Param
- 56.3.4. Zend_Reflection_Docblock_Tag_Return
- 56.3.5. Zend_Reflection_File
- 56.3.6. Zend_Reflection_Class
- 56.3.7. Zend_Reflection_Extension
- 56.3.8. Zend_Reflection_Function
- 56.3.9. Zend_Reflection_Method
- 56.3.10. Zend_Reflection_Parameter
- 56.3.11. Zend_Reflection_Property
- 57. Zend_Registry
- 57.1. Using the Registry
- 57.1.1. Setting Values in the Registry
- 57.1.2. Getting Values from the Registry
- 57.1.3. Constructing a Registry Object
- 57.1.4. Accessing the Registry as an Array
- 57.1.5. Accessing the Registry as an Object
- 57.1.6. Querying if an Index Exists
- 57.1.7. Extending the Registry
- 57.1.8. Unsetting the Static Registry
- 58. Zend_Rest
- 59. Zend_Search_Lucene
- 59.1. Overview
- 59.2. Building Indexes
- 59.3. Searching an Index
- 59.4. Query Language
- 59.4.1. Terms
- 59.4.2. Fields
- 59.4.3. Wildcards
- 59.4.4. Term Modifiers
- 59.4.5. Range Searches
- 59.4.6. Fuzzy Searches
- 59.4.7. Matched terms limitation
- 59.4.8. Proximity Searches
- 59.4.9. Boosting a Term
- 59.4.10. Boolean Operators
- 59.4.11. Grouping
- 59.4.12. Field Grouping
- 59.4.13. Escaping Special Characters
- 59.5. Query Construction API
- 59.6. Character Set
- 59.7. Extensibility
- 59.8. Interoperating with Java Lucene
- 59.9. Advanced
- 59.10. Best Practices
- 60. Zend_Serializer
- 61. Zend_Server
- 62. Zend_Service
- 62.1. Introduction
- 62.2. Zend_Service_Akismet
- 62.3. Zend_Service_Amazon
- 62.3.1. Introduction
- 62.3.2. Country Codes
- 62.3.3. Looking up a Specific Amazon Item by ASIN
- 62.3.4. Performing Amazon Item Searches
- 62.3.5. Using the Alternative Query API
- 62.3.6. Zend_Service_Amazon Classes
- 62.3.6.1. Zend_Service_Amazon_Item
- 62.3.6.2. Zend_Service_Amazon_Image
- 62.3.6.3. Zend_Service_Amazon_ResultSet
- 62.3.6.4. Zend_Service_Amazon_OfferSet
- 62.3.6.5. Zend_Service_Amazon_Offer
- 62.3.6.6. Zend_Service_Amazon_SimilarProduct
- 62.3.6.7. Zend_Service_Amazon_Accessories
- 62.3.6.8. Zend_Service_Amazon_CustomerReview
- 62.3.6.9. Zend_Service_Amazon_EditorialReview
- 62.3.6.10. Zend_Service_Amazon_Listmania
- 62.4. Zend_Service_Amazon_Ec2
- 62.5. Zend_Service_Amazon_Ec2: Instances
- 62.6. Zend_Service_Amazon_Ec2: Windows Instances
- 62.7. Zend_Service_Amazon_Ec2: Reserved Instances
- 62.8. Zend_Service_Amazon_Ec2: CloudWatch Monitoring
- 62.9. Zend_Service_Amazon_Ec2: Amazon Machine Images (AMI)
- 62.10. Zend_Service_Amazon_Ec2: Elastic Block Stroage (EBS)
- 62.11. Zend_Service_Amazon_Ec2: Elastic IP Addresses
- 62.12. Zend_Service_Amazon_Ec2: Keypairs
- 62.13. Zend_Service_Amazon_Ec2: Regions and Availability Zones
- 62.14. Zend_Service_Amazon_Ec2: Security Groups
- 62.15. Zend_Service_Amazon_S3
- 62.16. Zend_Service_Amazon_Sqs
- 62.17. Zend_Service_Audioscrobbler
- 62.18. Zend_Service_Delicious
- 62.19. Zend_Service_DeveloperGarden
- 62.20. Zend_Service_Flickr
- 62.21. Zend_Service_LiveDocx
- 62.22. Zend_Service_Nirvanix
- 62.23. Zend_Service_ReCaptcha
- 62.24. Zend_Service_Simpy
- 62.25. Zend_Service_SlideShare
- 62.26. Zend_Service_StrikeIron
- 62.27. Zend_Service_StrikeIron: Bundled Services
- 62.28. Zend_Service_StrikeIron: Advanced Uses
- 62.29. Zend_Service_Technorati
- 62.29.1. Introduction
- 62.29.2. Getting Started
- 62.29.3. Making Your First Query
- 62.29.4. Consuming Results
- 62.29.5. Handling Errors
- 62.29.6. Checking Your API Key Daily Usage
- 62.29.7. Available Technorati Queries
- 62.29.8. Zend_Service_Technorati Classes
- 62.29.8.1. Zend_Service_Technorati_ResultSet
- 62.29.8.2. Zend_Service_Technorati_CosmosResultSet
- 62.29.8.3. Zend_Service_Technorati_SearchResultSet
- 62.29.8.4. Zend_Service_Technorati_TagResultSet
- 62.29.8.5. Zend_Service_Technorati_DailyCountsResultSet
- 62.29.8.6. Zend_Service_Technorati_TagsResultSet
- 62.29.8.7. Zend_Service_Technorati_Result
- 62.29.8.8. Zend_Service_Technorati_CosmosResult
- 62.29.8.9. Zend_Service_Technorati_SearchResult
- 62.29.8.10. Zend_Service_Technorati_TagResult
- 62.29.8.11. Zend_Service_Technorati_DailyCountsResult
- 62.29.8.12. Zend_Service_Technorati_TagsResult
- 62.29.8.13. Zend_Service_Technorati_GetInfoResult
- 62.29.8.14. Zend_Service_Technorati_BlogInfoResult
- 62.29.8.15. Zend_Service_Technorati_KeyInfoResult
- 62.30. Zend_Service_Twitter
- 62.31. Zend_Service_WindowsAzure
- 62.31.1. Introduction
- 62.31.2. Installing the Windows Azure SDK
- 62.31.3. API Documentation
- 62.31.4. Features
- 62.31.5. Architecture
- 62.31.6. Zend_Service_WindowsAzure_Storage_Blob
- 62.31.7. Zend_Service_WindowsAzure_Storage_Table
- 62.31.8. Zend_Service_WindowsAzure_Storage_Queue
- 62.32. Zend_Service_Yahoo
- 62.32.1. Introduction
- 62.32.2. Searching the Web with Yahoo!
- 62.32.3. Finding Images with Yahoo!
- 62.32.4. Finding videos with Yahoo!
- 62.32.5. Finding Local Businesses and Services with Yahoo!
- 62.32.6. Searching Yahoo! News
- 62.32.7. Searching Yahoo! Site Explorer Inbound Links
- 62.32.8. Searching Yahoo! Site Explorer's PageData
- 62.32.9. Zend_Service_Yahoo Classes
- 62.32.9.1. Zend_Service_Yahoo_ResultSet
- 62.32.9.2. Zend_Service_Yahoo_WebResultSet
- 62.32.9.3. Zend_Service_Yahoo_ImageResultSet
- 62.32.9.4. Zend_Service_Yahoo_VideoResultSet
- 62.32.9.5. Zend_Service_Yahoo_LocalResultSet
- 62.32.9.6. Zend_Service_Yahoo_NewsResultSet
- 62.32.9.7. Zend_Service_Yahoo_InlinkDataResultSet
- 62.32.9.8. Zend_Service_Yahoo_PageDataResultSet
- 62.32.9.9. Zend_Service_Yahoo_Result
- 62.32.9.10. Zend_Service_Yahoo_WebResult
- 62.32.9.11. Zend_Service_Yahoo_ImageResult
- 62.32.9.12. Zend_Service_Yahoo_VideoResult
- 62.32.9.13. Zend_Service_Yahoo_LocalResult
- 62.32.9.14. Zend_Service_Yahoo_NewsResult
- 62.32.9.15. Zend_Service_Yahoo_InlinkDataResult
- 62.32.9.16. Zend_Service_Yahoo_PageDataResult
- 62.32.9.17. Zend_Service_Yahoo_Image
- 63. Zend_Session
- 63.1. Introduction
- 63.2. Basic Usage
- 63.3. Advanced Usage
- 63.4. Global Session Management
- 63.4.1. Configuration Options
- 63.4.2. Error: Headers Already Sent
- 63.4.3. Session Identifiers
- 63.4.4. rememberMe(integer $seconds)
- 63.4.5. forgetMe()
- 63.4.6. sessionExists()
- 63.4.7. destroy(bool $remove_cookie = true, bool $readonly = true)
- 63.4.8. stop()
- 63.4.9. writeClose($readonly = true)
- 63.4.10. expireSessionCookie()
- 63.4.11. setSaveHandler(Zend_Session_SaveHandler_Interface $interface)
- 63.4.12. namespaceIsset($namespace)
- 63.4.13. namespaceUnset($namespace)
- 63.4.14. namespaceGet($namespace)
- 63.4.15. getIterator()
- 63.5. Zend_Session_SaveHandler_DbTable
- 64. Zend_Soap
- 64.1. Zend_Soap_Server
- 64.2. Zend_Soap_Client
- 64.3. WSDL Accessor
- 64.3.1. Zend_Soap_Wsdl constructor
- 64.3.2. addMessage() method
- 64.3.3. addPortType() method
- 64.3.4. addPortOperation() method
- 64.3.5. addBinding() method
- 64.3.6. addBindingOperation() method
- 64.3.7. addSoapBinding() method
- 64.3.8. addSoapOperation() method
- 64.3.9. addService() method
- 64.3.10. Type mapping
- 64.3.11. addDocumentation() method
- 64.3.12. Get finalized WSDL document
- 64.4. AutoDiscovery
- 65. Zend_Tag
- 66. Zend_Test
- 67. Zend_Text
- 68. Zend_TimeSync
- 69. Zend_Tool
- 69.1. Using Zend_Tool On The Command Line
- 69.2. Extending Zend_Tool
- 70. Zend_Tool_Framework
- 70.1. Introduction
- 70.2. Using the CLI Tool
- 70.3. Architecture
- 70.4. Creating Providers to use with Zend_Tool_Framework
- 70.5. Shipped System Providers
- 70.6. Extending and Configuring Zend_Tool_Framework
- 71. Zend_Tool_Project
- 72. Zend_Translate
- 72.1. Introduction
- 72.2. Adapters for Zend_Translate
- 72.2.1. How to decide which translation adapter to use
- 72.2.1.1. Zend_Translate_Adapter_Array
- 72.2.1.2. Zend_Translate_Adapter_Csv
- 72.2.1.3. Zend_Translate_Adapter_Gettext
- 72.2.1.4. Zend_Translate_Adapter_Ini
- 72.2.1.5. Zend_Translate_Adapter_Tbx
- 72.2.1.6. Zend_Translate_Adapter_Tmx
- 72.2.1.7. Zend_Translate_Adapter_Qt
- 72.2.1.8. Zend_Translate_Adapter_Xliff
- 72.2.1.9. Zend_Translate_Adapter_XmlTm
- 72.2.2. Integrate self written Adapters
- 72.2.3. Speedup all Adapters
- 72.3. Using Translation Adapters
- 72.4. Creating source files
- 72.5. Additional features for translation
- 72.6. Plural notations for Translation
- 73. Zend_Uri
- 74. Zend_Validate
- 74.1. Introduction
- 74.2. Standard Validation Classes
- 74.2.1. Alnum
- 74.2.2. Alpha
- 74.2.3. Barcode
- 74.2.4. Between
- 74.2.5. Callback
- 74.2.6. CreditCard
- 74.2.7. Ccnum
- 74.2.8. Date
- 74.2.9. Db_RecordExists and Db_NoRecordExists
- 74.2.10. Digits
- 74.2.11. EmailAddress
- 74.2.11.1. Basic usage
- 74.2.11.2. Options for validating Email Addresses
- 74.2.11.3. Complex local parts
- 74.2.11.4. Validating only the local part
- 74.2.11.5. Validating different types of hostnames
- 74.2.11.6. Checking if the hostname actually accepts email
- 74.2.11.7. Validating International Domains Names
- 74.2.11.8. Validating Top Level Domains
- 74.2.11.9. Setting messages
- 74.2.12. Float
- 74.2.13. GreaterThan
- 74.2.14. Hex
- 74.2.15. Hostname
- 74.2.16. Iban
- 74.2.17. Identical
- 74.2.18. InArray
- 74.2.19. Int
- 74.2.20. Ip
- 74.2.21. Isbn
- 74.2.22. LessThan
- 74.2.23. NotEmpty
- 74.2.24. PostCode
- 74.2.25. Regex
- 74.2.26. Sitemap Validators
- 74.2.27. StringLength
- 74.3. Validator Chains
- 74.4. Writing Validators
- 74.5. Validation Messages
- 75. Zend_Version
- 76. Zend_View
- 76.1. Introduction
- 76.2. Controller Scripts
- 76.3. View Scripts
- 76.4. View Helpers
- 76.4.1. Initial Helpers
- 76.4.1.1. Action View Helper
- 76.4.1.2. BaseUrl Helper
- 76.4.1.3. Currency Helper
- 76.4.1.4. Cycle Helper
- 76.4.1.5. Partial Helper
- 76.4.1.6. Placeholder Helper
- 76.4.1.7. Doctype Helper
- 76.4.1.8. HeadLink Helper
- 76.4.1.9. HeadMeta Helper
- 76.4.1.10. HeadScript Helper
- 76.4.1.11. HeadStyle Helper
- 76.4.1.12. HeadTitle Helper
- 76.4.1.13. HTML Object Helpers
- 76.4.1.14. InlineScript Helper
- 76.4.1.15. JSON Helper
- 76.4.1.16. Navigation Helpers
- 76.4.1.17. Translate Helper
- 76.4.2. Helper Paths
- 76.4.3. Writing Custom Helpers
- 76.4.4. Registering Concrete Helpers
- 76.5. Zend_View_Abstract
- 77. Zend_Wildfire
- 78. Zend_XmlRpc
- 78.1. Introduction
- 78.2. Zend_XmlRpc_Client
- 78.3. Zend_XmlRpc_Server
- 78.3.1. Introduction
- 78.3.2. Basic Usage
- 78.3.3. Server Structure
- 78.3.4. Anatomy of a webservice
- 78.3.5. Conventions
- 78.3.6. Utilizing Namespaces
- 78.3.7. Custom Request Objects
- 78.3.8. Custom Responses
- 78.3.9. Handling Exceptions via Faults
- 78.3.10. Caching Server Definitions Between Requests
- 78.3.11. Usage Examples
- 78.3.12. Performance optimization
- A. Zend Framework Requirements
- B. Zend Framework Migration Notes
- B.1. Zend Framework 1.10
- B.2. Zend Framework 1.9
- B.3. Zend Framework 1.8
- B.4. Zend Framework 1.7
- B.5. Zend Framework 1.6
- B.6. Zend Framework 1.5
- B.7. Zend Framework 1.0
- B.8. Zend Framework 0.9
- B.9. Zend Framework 0.8
- B.10. Zend Framework 0.6
- C. Zend Framework Coding Standard for PHP
- D. Zend Framework Documentation Standard
- D.1. Overview
- D.2. Documentation File Formatting
- D.3. Recommendations
- E. Recommended Project Structure for Zend Framework MVC Applications
- F. Zend Framework Performance Guide
- F.1. Introduction
- F.2. Class Loading
- F.3. Zend_Db Performance
- F.4. Internationalization (i18n) and Localization (l10n)
- F.5. View Rendering
- G. Copyright Information
- Index
List of Tables
- 12.1. Access Controls for an Example CMS
- 14.1. Zend_Application options
- 14.2. Zend_Application Methods
- 14.3. Zend_Application_Bootstrap_Bootstrapper Interface
- 14.4. Zend_Application_Bootstrap_ResourceBootstrapper Interface
- 14.5. Zend_Application_Bootstrap_BootstrapAbstract Methods
- 14.6. Zend_Application_Resource_Resource Interface
- 14.7. Zend_Application_Resource_ResourceAbstract Methods
- 15.1. Configuration Options
- 15.2. Server Options
- 15.3. Debugging Messages
- 15.4. Options for Active Directory
- 15.5. Options for OpenLDAP
- 16.1. Common Options
- 16.2. Common Getters
- 16.3. Zend_Barcode_Object_Code25interleaved Options
- 16.4. Common Options
- 16.5. Zend_Barcode_Renderer_Image Options
- 17.1. Core Frontend Options
- 17.2. Function Frontend Options
- 17.3. Class Frontend Options
- 17.4. File Frontend Options
- 17.5. Page Frontend Options
- 17.6. File Backend Options
- 17.7. Sqlite Backend Options
- 17.8. Memcached Backend Options
- 17.9. Xcache Backend Options
- 17.10. TwoLevels Backend Options
- 17.11. Static Backend Options
- 20.1. Zend_Config_Ini Constructor Parameters
- 23.1. Zend_Rest_Route Behavior
- 24.1. Rendered informations for a currency
- 24.2. Available positions for the currency
- 25.1. Date Parts
- 25.2. Basic Operations
- 25.3. Date Comparison Methods
- 25.4. Date Output Methods
- 25.5. Date Output Methods
- 25.6. Miscellaneous Methods
- 25.7. Operations Involving Zend_Date::HOUR
- 25.8. Day Constants
- 25.9. Week Constants
- 25.10. Month Constants
- 25.11. Year Constants
- 25.12. Time Constants
- 25.13. Timezone Constants
- 25.14. Date Format Constants (formats include timezone)
- 25.15. Date and Time Formats (format varies by locale)
- 25.16. Constants for ISO 8601 Date Output
- 25.17. Constants for PHP Date Output
- 25.18. Types of Supported Horizons for Sunset and Sunrise
- 26.1. Metadata Fields Returned by describeTable()
- 26.2. Constants used by getPart() and reset()
- 31.1. Feed Level API Methods
- 31.2. Extended Feed Level API Methods
- 31.3. Entry Level API Methods
- 31.4. Extended Entry Level API Methods
- 31.5. Core Extensions (pre-registered)
- 31.6. Non-Core Extensions (must register manually)
- 31.7. Feed Level API Methods
- 31.8. Entry Level API Methods
- 31.9. Subscription request parameters
- 32.1. Different notations of the rename filter and their meaning
- 33.1. Usage without casting
- 35.1. Metadata used in the code-sample below
- 36.1. Zend_Http_Client configuration parameters
- 36.2. Zend_Http_Client_Adapter_Socket configuration parameters
- 36.3. Zend_Http_Client configuration parameters
- 40.1. Options for accountCanonicalForm
- 40.2. Zend_Ldap Options
- 40.3. Zend_Ldap API
- 40.4. Zend_Ldap_Collection API
- 40.5. Zend_Ldap_Attribute API
- 40.6. Zend_Ldap_Dn API
- 40.7. Zend_Ldap_Filter API
- 40.8. Zend_Ldap_Node API
- 40.9. Zend_Ldap_Node_RootDse API
- 40.10. Zend_Ldap_Node_RootDse_OpenLdap API
- 40.11. Zend_Ldap_Node_RootDse_ActiveDirectory API
- 40.12. Zend_Ldap_Node_RootDse_eDirectory API
- 40.13. Zend_Ldap_Node_Schema API
- 40.14. Zend_Ldap_Node_Schema_AttributeType_Interface API
- 40.15. Zend_Ldap_Node_Schema_ObjectClass_Interface API
- 40.16. Zend_Ldap_Node_Schema_Item API
- 40.17. Zend_Ldap_Node_Schema_OpenLDAP API
- 40.18. Zend_Ldap_Node_Schema_AttributeType_OpenLDAP API
- 40.19. Zend_Ldap_Node_Schema_ObjectClass_OpenLDAP API
- 40.20. Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory API
- 40.21. Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory API
- 40.22. Zend_Ldif_Encoder API
- 41.1. Zend_Loader_Autoloader Methods
- 42.1. Details for getTranslationList($type = null, $locale = null, $value = null)
- 42.2. Details for getTranslation($value = null, $type = null, $locale = null)
- 42.3. Differences between Zend Framework 1.0 and 1.5
- 42.4. Format tokens for self generated number formats
- 42.5. Key values for getDate() with option 'fix_date'
- 42.6. Return values
- 42.7. Format definition
- 42.8. Example formats
- 42.9. List of all supported languages
- 43.1. Firebug Logging Styles
- 44.1. Mail Read Feature Overview
- 44.2. Mail Folder Names
- 45.1. List of basic Textile tags
- 45.2. List of markups
- 46.1. List of measurement types
- 49.1. Common page options
- 49.2. MVC page options
- 49.3. URI page options
- 52.1. Adapters for Zend_Paginator
- 52.2. Scrolling styles for Zend_Paginator
- 52.3. Properties available to view partials
- 52.4. Configuration methods for Zend_Paginator
- 59.1. Zend_Search_Lucene_Field Types
- 60.1. Zend_Serializer_Adapter_Wddx Options
- 60.2. Zend_Serializer_Adapter_Json Options
- 60.3. Zend_Serializer_Adapter_PythonPickle Options
- 60.4. Datatype merging (PHP to Python)
- 60.5. Datatype merging (Python to PHP)
- 62.1. Zend_Service_Amazon_Item Properties
- 62.2. Zend_Service_Amazon_Image Properties
- 62.3. Zend_Service_Amazon_OfferSet Properties
- 62.4. Properties
- 62.5. Zend_Service_Amazon_SimilarProduct Properties
- 62.6. Zend_Service_Amazon_Accessories Properties
- 62.7. Zend_Service_Amazon_CustomerReview Properties
- 62.8. Zend_Service_Amazon_EditorialReview Properties
- 62.9. Zend_Service_Amazon_Listmania Properties
- 62.10. Available Instance Types
- 62.11. Valid Run Options
- 62.12. Launch permissions fall into three categories
- 62.13. Valid Attributes
- 62.14. Methods for retrieving public data
- 62.15. Methods of the Zend_Service_Delicious_SimplePost class
- 62.16. Zend_Service_Flickr_ResultSet Properties
- 62.17. Zend_Service_Flickr_Result Properties
- 62.18. Zend_Service_Flickr_Image Properties
- 62.19. Zend_Service_ReCaptcha_MailHide options
- 62.20. Zend_Service_Yahoo_ResultSet
- 62.21. Zend_Service_Yahoo_LocalResultSet Properties
- 62.22. Zend_Service_Yahoo_Result Properties
- 62.23. Zend_Service_Yahoo_WebResult Properties
- 62.24. Zend_Service_Yahoo_ImageResult Properties
- 62.25. Zend_Service_Yahoo_VideoResult Properties
- 62.26. Zend_Service_Yahoo_LocalResult Properties
- 62.27. Zend_Service_Yahoo_NewsResult Properties
- 62.28. Zend_Service_Yahoo_Image Properties
- 66.1. Zend_Test_PHPUnit_DatabaseTestCase API Methods
- 71.1. Project Provider Options
- 71.2. Project Provider Options
- 72.1. Adapters for Zend_Translate
- 72.2. Options for translation adapters
- 72.3. Plural support
- 74.1. Constants for credit card institutes
- 76.1. Sitemap XML elements
- 78.1. PHP and XML-RPC Type Conversions
- 78.2. Zend_XmlRpc_Value Objects for XML-RPC Types
- A.1. PHP Extensions Used in Zend Framework by Component
- A.2. Zend Framework Components and the PHP Extensions they use
- A.3. Zend Framework Components and their dependency to other Zend Framework Components
- B.1. Changed Validation Messages
- B.2. Available Validation Messages
- B.3. List of measurement types
List of Examples
- 5.1. Basic Plugin Example: Adding a single prefix path
- 5.2. Intermediate Plugin Usage: Overriding existing plugins
- 10.1. Lucene Index Creation
- 10.2. Lucene Index Opening
- 10.3. Manual Document Construction
- 10.4. Document loading
- 10.5. Index optimization
- 10.6. Searching through the index
- 10.7. Deleting an Indexed Document
- 10.8. Retrieving an Indexed Document
- 10.9. Accessing the original document's "id" and "score" fields
- 10.10. Querying for a single word
- 10.11. Querying for multiple words
- 10.12. Requiring words in a query
- 10.13. Prohibiting words in queried documents
- 10.14. Querying for phrases
- 10.15. Querying against specific fields
- 10.16. Querying against specific fields as well as the entire document
- 10.17. Querying against specific fields as well as the entire document (alternate)
- 10.18. Querying with the wildcard "?"
- 10.19. Querying with the wildcard "*"
- 10.20. Querying for an inclusive range of terms
- 10.21. Querying for an exclusive range of terms
- 10.22. Fuzzy searches
- 10.23. Boolean searches
- 10.24. Combining parsed and constructed queries
- 10.25. Search result pagination example
- 12.1. Multiple Inheritance among Roles
- 13.1. Basic AMF Server
- 13.2. Adding Message Headers to the AMF Response
- 14.1. Sample Cachemanager resource configuration
- 14.2. Sample DB adapter resource configuration
- 14.3. Sample Front Controller resource configuration
- 14.4. Retrieving the Front Controller in your bootstrap
- 14.5. Sample Layout configuration
- 14.6. Autodetect locale and setting a fallback
- 14.7. Defining a single locale to use
- 14.8. Sample Log Resource Configuration
- 14.9. Sample Mail Resource Configuration
- 14.10. Configuring Modules
- 14.11. Retrieving a specific module bootstrap
- 14.12. Setting up multiple Db Connections
- 14.13. Retrieving a specific database adapter
- 14.14. Retrieving the default database adapter
- 14.15. Sample Navigation resource configuration
- 14.16. Sample Router Resource configuration
- 14.17. Sample Session resource configuration
- 14.18. Sample View resource configuration
- 15.1. Modifying the Session Namespace
- 15.2. Using a Custom Storage Class
- 15.3. Basic Usage
- 16.1. Getting a Renderer with Zend_Barcode::factory()
- 16.2. Using Zend_Barcode::factory() with Zend_Config objects
- 16.3. Drawing a barcode with the renderer object
- 16.4. Drawing a barcode with Zend_Barcode::draw()
- 16.5. Renderering a barcode with the renderer object
- 16.6. Renderering a barcode with Zend_Barcode::render()
- 16.7. Different ways to parameterize a barcode object
- 16.8. Different ways to parameterize a renderer object
- 17.1. Getting a Frontend with Zend_Cache::factory()
- 17.2. Caching a Database Query Result
- 17.3. Caching Output with Zend_Cache Output Frontend
- 19.1. Generating PHP classes
- 19.2. Generating PHP classes with class properties
- 19.3. Generating PHP classes with class methods
- 19.4. Generating PHP files
- 19.5. Seeding PHP file code generation via reflection
- 19.6. Seeding PHP class generation via reflection
- 20.1. Using Zend_Config
- 20.2. Using Zend_Config with a PHP Configuration File
- 20.3. Using Zend_Config_Ini
- 20.4. Using Zend_Config_Xml
- 20.5. Using Tag Attributes in Zend_Config_Xml
- 21.1. Using Zend_Config_Writer
- 21.2. Modifying an Existing Config
- 22.1. Using the Short Syntax
- 22.2. Using the Long Syntax
- 22.3. Catching Getopt Exceptions
- 22.4. Using getOption()
- 22.5. Using __get() and __isset() Magic Methods
- 22.6. Using getRemainingArgs()
- 22.7. Using addRules()
- 22.8. Using setHelp()
- 22.9. Using setAliases()
- 22.10. Using addArguments() and setArguments()
- 22.11. Using setOption()
- 22.12. Using setOptions()
- 23.1. Handling Non-Existent Actions
- 23.2. Adding a Task Using Action, Controller and Module Names
- 23.3. Adding a Task Using a Request Object
- 23.4. AutoCompletion with Dojo Using Zend MVC
- 23.5. Allowing Actions to Respond To Ajax Requests
- 23.6. Setting Options
- 23.7. Using Defaults
- 23.8. Using goto()'s _forward() API
- 23.9. Using Route Assembly with gotoRoute()
- 23.10. Basic Usage
- 23.11. Disabling Autorender
- 23.12. Choosing a Different View Script
- 23.13. Modifying the Registered View
- 23.14. Changing the Path Specifications
- 23.15. Rendering Multiple View Scripts from a Single Action
- 23.16. Standard Usage
- 23.17. Setting a Different Error Handler
- 23.18. Using Accessors
- 24.1. Creating a currency with client settings
- 24.2. Selecting the currency description
- 24.3. Changing the currency description
- 24.4. Setting the currency position
- 24.5. Using a custom script
- 24.6. Caching currencies
- 25.1. Setting a Default Timezone
- 25.2. Creating the Current Date
- 25.3. get() - Output a Date
- 25.4. set() - Set a Date
- 25.5. add() - Adding Dates
- 25.6. compare() - Compare Dates
- 25.7. equals() - Identify a Date or Date Part
- 25.8. User-Specified Input Date Format
- 25.9. Operating on Parts of Dates
- 25.10. Date Creation by Instance
- 25.11. Static Date Creation
- 25.12. Quick Creation of Dates from Database Date Values
- 25.13. Convenient Creation of Dates from Database Date Values
- 25.14. Date Creation by Array
- 25.15. Self-Defined ISO Formats
- 25.16. Self-Defined Formats with PHP Specifier
- 25.17. Checking Dates
- 25.18. Getting all Available Cities
- 25.19. Getting the Location for a City
- 25.20. Calculating Sun Information
- 25.21. Working with Time Zones
- 25.22. Multiple Time Zones
- 26.1. Using an Adapter Constructor
- 26.2. Using the Adapter Factory Method
- 26.3. Using the Adapter Factory Method for a Custom Adapter Class
- 26.4. Using the Adapter Factory Method with a Zend_Config Object
- 26.5. Passing the Case-Folding Option to the Factory
- 26.6. Passing the Auto-Quoting Option to the Factory
- 26.7. Passing PDO Driver Options to the Factory
- 26.8. Passing Serialization Options to the Factory
- 26.9. Handling Connection Exceptions
- 26.10. Using fetchAll()
- 26.11. Using setFetchMode()
- 26.12. Using fetchAssoc()
- 26.13. Using fetchCol()
- 26.14. Using fetchPairs()
- 26.15. Using fetchRow()
- 26.16. Using fetchOne()
- 26.17. Inserting in a Table
- 26.18. Inserting Expressions in a Table
- 26.19. Using lastInsertId() for an Auto-Increment Key
- 26.20. Using lastInsertId() for a Sequence
- 26.21. Using lastSequenceId()
- 26.22. Updating Rows
- 26.23. Updating Rows Using an Array of Expressions
- 26.24. Updating Rows Using an Array of Arrays
- 26.25. Deleting Rows
- 26.26. Using quote()
- 26.27. Using quote() with a SQL Type
- 26.28. Using quoteInto()
- 26.29. Using quoteInto() with a SQL Type
- 26.30. Using quoteIdentifier()
- 26.31. Managing a Transaction to Ensure Consistency
- 26.32. Closing a Database Connection
- 26.33. Using the Persitence Flag with the Oracle Adapter
- 26.34. Running a Non-Prepared Statement in a PDO Adapter
- 26.35. Verifying server version before running a query
- 26.36. Creating a SQL statement object with query()
- 26.37. Using a SQL statement constructor
- 26.38. Executing a statement with positional parameters
- 26.39. Executing a statement with named parameters
- 26.40. Using fetch() in a loop
- 26.41. Using fetchAll()
- 26.42. Setting the fetch mode
- 26.43. Using fetchColumn()
- 26.44. Using fetchObject()
- 26.45. DB Profiling with Zend_Controller_Front
- 26.46. DB Profiling without Zend_Controller_Front
- 26.47. Example of the database adapter's select() method
- 26.48. Example of creating a new Select object
- 26.49. Example of the using methods to add clauses
- 26.50. Example of the using the fluent interface
- 26.51. Example of the from() method
- 26.52. Example of specifying a table correlation name
- 26.53. Example of specifying a schema name
- 26.54. Examples of specifying columns
- 26.55. Examples of specifying columns containing expressions
- 26.56. Examples of quoting columns in an expression
- 26.57. Examples of adding columns with the columns() method
- 26.58. Example of the join() method
- 26.59. Example of specifying no columns
- 26.60. Example of the joinUsing() method
- 26.61. Example of the where() method
- 26.62. Example of a parameter in the where() method
- 26.63. Example of an array parameter in the where() method
- 26.64. Example of multiple where() methods
- 26.65. Example of the orWhere() method
- 26.66. Example of parenthesizing Boolean expressions
- 26.67. Example of the group() method
- 26.68. Example of the having() method
- 26.69. Example of the order() method
- 26.70. Example of the limit() method
- 26.71. Example of the limitPage() method
- 26.72. Example of the distinct() method
- 26.73. Example of forUpdate() method
- 26.74. Example of union() method
- 26.75. Example using the Db adapter's query() method
- 26.76. Example using the Select object's query method
- 26.77. Example of the __toString() method
- 26.78. Example of the getPart() method
- 26.79. Example of the reset() method
- 26.80. Declaring a table class with just the string name
- 26.81. Declaring a table class with explicit table name
- 26.82. Declaring a table class with implicit table name
- 26.83. Declaring a table class with schema
- 26.84. Declaring table and schema names upon instantiation
- 26.85. Example of specifying the primary key
- 26.86. Example of overriding the _setupTableName() method
- 26.87. Example usage of init() method
- 26.88. Example of constructing a Table using an Adapter object
- 26.89. Example of constructing a Table using a the Default Adapter
- 26.90. Example of constructing a Table using a Registry key
- 26.91. Example of inserting to a Table
- 26.92. Example of inserting expressions to a Table
- 26.93. Example of declaring a Table with auto-incrementing primary key
- 26.94. Example of declaring a Table with a sequence
- 26.95. Example of declaring a Table with a natural key
- 26.96. Example of updating rows in a Table
- 26.97. Example of deleting rows from a Table
- 26.98. Example of finding rows by primary key values
- 26.99. Example of finding rows by compound primary key values
- 26.100. Simple usage
- 26.101. Example of fluent interface
- 26.102. Example of finding rows by an expression
- 26.103. Example of finding rows by an expression
- 26.104. Retrieving specific columns
- 26.105. Retrieving expressions as columns
- 26.106. Using a lookup table to refine the results of fetchAll()
- 26.107. Removing the integrity check on Zend_Db_Table_Select to allow JOINed rows
- 26.108. Example of finding a single row by an expression
- 26.109. Example of getting the table name
- 26.110. Using a Default Metadata Cache for all Table Objects
- 26.111. Using a Metadata Cache for a Specific Table Object
- 26.112. Example of specifying the Row and Rowset classes
- 26.113. Example of changing the Row and Rowset classes
- 26.114. Custom logic to manage timestamps
- 26.115. Custom method to find bugs by status
- 26.116. Example of an abstract table class that implements inflection
- 26.117. Example of fetching a row
- 26.118. Example of reading a row in a rowset
- 26.119. Example of reading a column in a row
- 26.120. Example of using the toArray() method
- 26.121. Example of changing a column in a row
- 26.122. Example of creating a new row for a table
- 26.123. Example of populating a new row for a table
- 26.124. Example of using setFromArray() to set values in a new Row
- 26.125. Example of deleting a row
- 26.126. Example of serializing a row
- 26.127. Example of unserializing a serialized row
- 26.128. Example of reactivating a row
- 26.129. Specifying a custom Row class
- 26.130. Example usage of init() method
- 26.131. Example of custom logic in a Row class
- 26.132. Example of a Row class that logs insert data for multiple tables
- 26.133. Example of defining an inflection transformation
- 26.134. Example of fetching a rowset
- 26.135. Counting the Rows in a Rowset
- 26.136. Reading a Single Row from a Rowset
- 26.137. Iterating through a Rowset
- 26.138. Seeking to a known position into a Rowset
- 26.139. Using toArray()
- 26.140. Serializing a Rowset
- 26.141. Unserializing a Serialized Rowset
- 26.142. Reactivating a Rowset as Live Data
- 26.143. Specifying a custom Rowset class
- 26.144. Example of Rowset class with a new method
- 26.145. Fetching a Dependent Rowset
- 26.146. Fetching a Dependent Rowset By a Specific Rule
- 26.147. Fetching a Dependent Rowset using a Zend_Db_Table_Select
- 26.148. Fetching Dependent Rowsets using the Magic Method
- 26.149. Fetching the Parent Row
- 26.150. Fetching a Parent Row By a Specific Rule
- 26.151. Fetching the Parent Row using the Magic Method
- 26.152. Fetching a Rowset with the Many-to-many Method
- 26.153. Fetching a Rowset with the Many-to-many Method By a Specific Rule
- 26.154. Fetching Rowsets using the Magic Many-to-many Method
- 26.155. Example of a Cascading Delete
- 26.156. Example Declaration of Cascading Operations
- 26.157. Describing the Definition of a Database Data Model
- 26.158. Interacting with the described definition
- 26.159. Interacting A Mixed Use Zend_Db_Table Definition
- 27.1. Example of dump() method
- 28.1. Zend_Dojo_Data initialization via constructor
- 28.2. Zend_Dojo_Data initialization via mutators
- 28.3. Appending data to Zend_Dojo_Data
- 28.4. Specifying a label field in Zend_Dojo_Data
- 28.5. Populating Zend_Dojo_Data from JSON
- 28.6. Using Dojo View Helpers
- 28.7. dojo() View Helper Usage Example
- 28.8. Specifying Declarative and Programmatic Dojo Usage
- 28.9. Registering the Dojo View Helper Prefix Path
- 28.10. BorderContainer layout dijit example
- 28.11. Using CustomDijit to render a dojox.layout.ContentPane
- 28.12. Enabling Dojo in your existing forms
- 28.13. DijitElement Decorator Usage
- 28.14. DijitContainer Decorator Usage
- 28.15. Example Button dijit element usage
- 28.16. Example CheckBox dijit element usage
- 28.17. ComboBox dijit element usage as select input
- 28.18. ComboBox dijit element usage with datastore
- 28.19. Example CurrencyTextBox dijit element usage
- 28.20. Example DateTextBox dijit element usage
- 28.21. Example Editor dijit element usage
- 28.22. Example HorizontalSlider dijit element usage
- 28.23. Example NumberSpinner dijit element usage
- 28.24. Example NumberTextBox dijit element usage
- 28.25. Example PasswordTextBox dijit element usage
- 28.26. Example RadioButton dijit element usage
- 28.27. Example SimpleTextarea dijit element usage
- 28.28. Example SubmitButton dijit element usage
- 28.29. Example TextBox dijit element usage
- 28.30. Example Textarea dijit element usage
- 28.31. Example TimeTextBox dijit element usage
- 28.32. Example ValidationTextBox dijit element usage
- 28.33. Example VerticalSlider dijit element usage
- 28.34. Using Zend_Dojo_Form
- 28.35. Modifying an existing form to utilize Dojo
- 30.1. Catching an Exception
- 30.2. Catch all Zend Framework exceptions
- 30.3. Catch exceptions thrown by a specific component of Zend Framework
- 30.4. Previous exceptions
- 31.1. Putting Zend_Feed to Work on RSS Feed Data
- 31.2. Basic Use of an Atom Feed
- 31.3. Reading a Single-Entry Atom Feed
- 31.4. Using the Entry Object Directly for a Single-Entry Atom Feed
- 31.5. Modifying an Existing Feed Entry
- 31.6. Creating an Atom Entry with Elements of Custom Namespaces
- 31.7. Extending the Atom Entry Class with Custom Namespaces
- 32.1. Simple Form for Uploading Files
- 32.2. Checking Files
- 32.3. Getting the Filename
- 32.4. Getting the size of a file
- 32.5. Getting the hash of a file
- 32.6. Getting the mimetype of a file
- 32.7. Using the progressbar adapter to retrieve the actual state
- 32.8. Manual usage of the file progress
- 32.9. Add Validators to a File Transfer Object
- 32.10. Limit Validators to Single Files
- 32.11. Add Multiple Validators
- 32.12. Validate the Files
- 32.13. Using the Count Validator
- 32.14. Using the Crc32 Validator
- 32.15. Using the ExcludeExtension Validator
- 32.16. Using the ExcludeMimeType Validator
- 32.17. Using the Exists Validator
- 32.18. Using the Extension Validator
- 32.19. Using the FilesSize Validator
- 32.20. Using the ImageSize Validator
- 32.21. Using the IsCompressed Validator
- 32.22. Using the IsImage Validator
- 32.23. Using the Hash Validator
- 32.24. Using the Md5 Validator
- 32.25. Using the MimeType Validator
- 32.26. Using the NotExists Validator
- 32.27. Using the sha1 Validator
- 32.28. Using the Size Validator
- 32.29. Using the WordCount Validator
- 32.30. Add filters to a file transfer
- 32.31. Limit filters to single files
- 32.32. Add multiple filters
- 32.33. Using the Decrypt filter with Mcrypt
- 32.34. Using the Decrypt filter with OpenSSL
- 32.35. Using the Encrypt filter with Mcrypt
- 32.36. Using the Encrypt filter with OpenSSL
- 32.37. Using the LowerCase filter
- 32.38. Using the Rename filter
- 32.39. Using the UpperCase filter
- 33.1. Transforming MixedCase and camelCaseText to another format
- 33.2. Setting Multiple Rules at Once
- 33.3. Using Zend_Config with Zend_Filter_Inflector
- 34.1. Custom Label
- 34.2. Setting Prefix Paths for All Elements
- 34.3. Setting Decorators for All Elements
- 34.4. Setting Decorators for Some Elements
- 34.5. Setting Filters for All Elements
- 34.6. Setting Decorator Prefix Path for All Display Groups
- 34.7. Setting Decorators for All Display Groups
- 34.8. File form element usage
- 34.9. Explicit file retrievement
- 34.10. Checking if an optional file has been uploaded
- 34.11. Setting multiple files
- 34.12. Registration Form Example
- 35.1. Passing a Developer Key and ClientID to Zend_Gdata_YouTube
- 35.2. Searching for videos
- 35.3. Searching for videos in specific categories
- 35.4. Retrieving a standard video feed
- 35.5. Using a Zend_Gdata_YouTube_VideoQuery to Retrieve Videos
- 35.6. Retrieving a video feed by URL
- 35.7. Retrieving videos uploaded by a specific user
- 35.8. Retrieving a user's favorite videos
- 35.9. Retrieving a feed of video responses
- 35.10. Retrieving a feed of video comments from a video ID
- 35.11. Retrieving a Feed of Video Comments from a Zend_Gdata_YouTube_VideoEntry
- 35.12. Retrieving the playlists of a user
- 35.13. Retrieving a specific playlist
- 35.14. Retrieving all subscriptions for a user
- 35.15. Retrieving a user's profile
- 35.16. Uploading a video
- 35.17. Browser-based upload
- 35.18. Browser-based upload: Creating the HTML form
- 35.19. Checking video upload status
- 36.1. Instantiating a Zend_Http_Client Object
- 36.2. Performing a Simple GET Request
- 36.3. Using Request Methods Other Than GET
- 36.4. Setting GET Parameters
- 36.5. Setting POST Parameters
- 36.6. Forcing RFC 2616 Strict Redirections on 301 and 302 Responses
- 36.7. Setting Cookies Using setCookie()
- 36.8. Enabling Cookie Stickiness
- 36.9. Setting A Single Custom Request Header
- 36.10. Setting Multiple Custom Request Headers
- 36.11. Using setFileUpload to Upload Files
- 36.12. Sending Raw POST Data
- 36.13. Setting HTTP Authentication User and Password
- 36.14. Performing consecutive requests with one client
- 36.15. Sending file to HTTP server with streaming
- 36.16. Receiving file from HTTP server with streaming
- 36.17. Changing the HTTPS transport layer
- 36.18. Setting stream context options for the Socket adapter
- 36.19. Using Zend_Http_Client behind a proxy server
- 36.20. Setting cURL options
- 36.21. Transfering Files by Handle
- 36.22. Testing Against a Single HTTP Response Stub
- 36.23. Testing Against Multiple HTTP Response Stubs
- 36.24. Forcing the adapter to fail
- 36.25. Creating your own connection adapter
- 36.26. Instantiating a Zend_Http_Cookie object
- 36.27. Stringifying a Zend_Http_Cookie object
- 36.28. Using getter methods with Zend_Http_Cookie
- 36.29. Matching cookies
- 36.30. Instantiating a Zend_Http_Response Object Using the Factory Method
- 36.31. Using the isError() method to validate a response
- 36.32. Using Zend_Http_Response Accessor Methods
- 36.33. Accessing Response Headers
- 38.1. Zend_Json_Server Usage
- 39.1. Passing options to the constructor or startMvc()
- 39.2. Using setOption() and setConfig()
- 39.3. Using Accessors
- 39.4. Using Zend_Layout accessors to modify the inflector
- 39.5. Direct modification of Zend_Layout inflector
- 39.6. Custom inflectors
- 40.1. Getting an entry by its DN
- 40.2. Check for the existence of a given DN
- 40.3. Count children of a given DN
- 40.4. Searching the LDAP tree
- 40.5. Add a new entry to the LDAP
- 40.6. Delete an existing entry from the LDAP
- 40.7. Update an existing entry on the LDAP
- 40.8. Copy a LDAP entry recursively with all its descendants
- 40.9. Move a LDAP entry recursively with all its descendants to a different subtree
- 40.10. Create simple LDAP filters
- 40.11. Create more complex LDAP filters
- 40.12. Traverse LDAP tree recursively
- 40.13. Getting hands on the RootDSE
- 40.14. Getting hands on the server schema
- 41.1. Example of the loadFile() Method
- 41.2. Example of the loadClass() Method
- 41.3. Example of isReadable() method
- 41.4. Example of registering the autoloader callback method
- 41.5. Example of registering the autoload callback method from an extended class
- 41.6. Using the PluginLoader class file include cache
- 42.1. Choosing a specific locale
- 42.2. Automatically selecting a locale
- 42.3. Using automatic locales
- 42.4. Handling locale exceptions
- 42.5. Setting a default locale
- 42.6. Dates default to correct locale of web users
- 42.7. Overriding default locale selection
- 42.8. Performance optimization when using a default locale
- 42.9. Usage of an application wide locale
- 42.10. Dates default to correct locale of web users
- 42.11. Using STANDARD definitions for setOptions()
- 42.12. clone
- 42.13. Check for equal locales
- 42.14. Get default locales
- 42.15. setLocale
- 42.16. getLanguage and getRegion
- 42.17. getTranslationList
- 42.18. getTranslationList
- 42.19. Converting country name in one language to another
- 42.20. All Languages written in their native language
- 42.21. getQuestion()
- 42.22. getLocaleList()
- 42.23. Simple locale detection
- 42.24. Strict locale detection
- 42.25. Implement locale aware behaviour
- 42.26. Locale aware behaviour as with Zend Framework 1.8
- 42.27. Number normalization
- 42.28. Number normalization with precision
- 42.29. Number localization
- 42.30. Number localization with precision
- 42.31. Using a self defined number format
- 42.32. Number testing
- 42.33. Floating point value normalization
- 42.34. Floating point value localization
- 42.35. Floating point value testing
- 42.36. Integer value normalization
- 42.37. Integer value localization
- 42.38. Integer value testing
- 42.39. Converting numerals from Eastern Arabic scripts to European/Latin scripts
- 42.40. Converting numerals from Latin script to Eastern Arabic script
- 42.41. Getting 4 letter CLDR script code using a native-language name of the script
- 42.42. Normalizing a date
- 42.43. Normalizing a date by locale
- 42.44. Normalizing a date with time
- 42.45. Normalizing a userdefined date
- 42.46. Automatic correction of input dates
- 42.47. Date testing
- 42.48. Normalize an unknown time
- 42.49. Testing a time
- 43.1. Logging with Zend_Controller_Front
- 43.2. Logging without Zend_Controller_Front
- 44.1. Simple E-Mail with Zend_Mail
- 44.2. Passing additional parameters to the Zend_Mail_Transport_Sendmail transport
- 44.3. Sending E-Mail via SMTP
- 44.4. Sending Multiple Mails per SMTP Connection
- 44.5. Manually controlling the transport connection
- 44.6. Using Different Transports
- 44.7. Sending HTML E-Mail
- 44.8. E-Mail Messages with Attachments
- 44.9. Changing the MIME Boundary
- 44.10. Adding E-Mail Message Headers
- 44.11. Usage in CJK languages
- 44.12. Enabling authentication within Zend_Mail_Transport_Smtp
- 44.13. Enabling a secure connection within Zend_Mail_Transport_Smtp
- 45.1. Basic Zend_Markup Usage
- 45.2. A more complicated example of Zend_Markup
- 45.3. Processing incorrect input
- 46.1. Converting measurements
- 46.2. The meter measurement
- 46.3. Creation using integer and floating values
- 46.4. Creation using strings
- 46.5. Localized string
- 46.6. Automatic output
- 46.7. Output a value
- 46.8. Outputting units
- 46.9. Convert
- 46.10. Adding units
- 46.11. Subtract
- 46.12. Different measurements
- 46.13. Identical measurements
- 46.14. Difference
- 46.15. Changing a value
- 46.16. Changing the type
- 47.1. Using Zend_Memory component
- 49.1. Custom page properties
- 49.2. getHref() generates the page URI
- 49.3. isActive() determines if page is active
- 49.4. Using routes
- 49.5. The most simple custom page
- 49.6. A custom page with properties
- 49.7. Creating an MVC page using the page factory
- 49.8. Creating a URI page using the page factory
- 49.9. Creating a custom page type using the page factory
- 49.10. Creating a container using an array
- 49.11. Creating a container using a config object
- 49.12. Adding pages to a container
- 49.13. Removing pages from a container
- 49.14. Finding pages in a container
- 49.15. Iterating a container
- 49.16. Converting a container to an array
- 51.1. The Simple OpenID Login form
- 51.2. The Authentication Request Handler
- 51.3. The Authentication Response Verifier
- 51.4. The Complete OpenID Login Script
- 51.5. Authentication Request for Specified Realm
- 51.6. Immediate Check without Interaction
- 51.7. Database Storage
- 51.8. Sending Requests with a Simple Registration Extension
- 51.9. Verifying Responses with a Simple Registration Extension
- 51.10. Zend_Auth Adapter for OpenID
- 51.11. The Identity
- 51.12. Simple Identity Provider
- 51.13. Simple Login Screen
- 51.14. Simple Trust Screen
- 51.15. Everything Together
- 51.16. Identity with Profile
- 51.17. Provider with SREG
- 53.1. Create new or load existing PDF document
- 53.2. Requesting Specific Revisions of a PDF Document
- 53.3. Saving PDF Documents
- 53.4. PDF document pages management
- 53.5. Cloning existing page
- 53.6. Draw a string on the page
- 53.7. Draw a UTF-8-encoded string on the page
- 53.8. Create a standard font
- 53.9. Create a TrueType font
- 53.10. Create a TrueType font, but do not embed it in the PDF document
- 53.11. Do not throw an exception for fonts that cannot be embedded
- 53.12. Do not compress an embedded font
- 53.13. Combining font embedding options
- 53.14. Combining font embedding options
- 53.15. Extracting fonts from a loaded document
- 53.16. Extracting font from a loaded document by specifying font name
- 53.17. Image drawing
- 53.18. Destinations usage example
- 53.19. Zend_Pdf module usage demo
- 54.1. Basic example for the client-side stuff
- 56.1. Performing reflection on a file
- 56.2. Performing reflection on a class
- 56.3. Performing reflection on a method
- 56.4. Performing reflection on a docblock
- 57.1. Example of set() Method Usage
- 57.2. Example of get() Method Usage
- 57.3. Example of Iterating over the Registry
- 57.4. Example of Constructing a Registry
- 57.5. Example of Initializing the Singleton Registry
- 57.6. Example of Array Access
- 57.7. Example of Object Access
- 57.8. Example of isRegistered() Method Usage
- 57.9. Example of isset() Method Usage
- 57.10. Example of Specifying the Singleton Registry's Class Name
- 57.11. Example of _unsetInstance() Method Usage
- 58.1. A basic REST request
- 58.2. Response Status
- 58.3. Using Technorati's Rest Service
- 58.4. Example Technorati Response
- 58.5. Setting Request Arguments
- 58.6. Basic Zend_Rest_Server Usage - Classes
- 58.7. Basic Zend_Rest_Server Usage - Functions
- 58.8. Returning Custom Status
- 58.9. Return Custom XML
- 59.1. Custom text Analyzer
- 60.1. Using
Zend_Serializerdynamic interface - 60.2. Using the Zend_Serializer static interface
- 62.1. isSpam() Usage
- 62.2. submitSpam() Usage
- 62.3. submitHam() Usage
- 62.4. Search Amazon Using the Traditional API
- 62.5. Search Amazon Using the Query API
- 62.6. Choosing an Amazon Web Service Country
- 62.7. Looking up a Specific Amazon Item by ASIN
- 62.8. Performing Amazon Item Searches
- 62.9. Using the ResponseGroup Option
- 62.10. Search Amazon Using the Alternative Query API
- 62.11. setKeys() Example
- 62.12. setRegion() Example
- 62.13. Starting New Ec2 Instances
- 62.14. Rebooting an Ec2 Instances
- 62.15. Terminating an Ec2 Instances
- 62.16. Describing Instances
- 62.17. Describing Instances By Image Id
- 62.18. Retreiving Console Output
- 62.19. Confirm Product Code on an Instance
- 62.20. Turn on CloudWatch Monitoring on an Instance(s)
- 62.21. Turn off CloudWatch Monitoring on an Instance(s)
- 62.22. Bundles an Amazon EC2 instance running Windows
- 62.23. Describes current bundling tasks
- 62.24. Cancels an Amazon EC2 bundling operation
- 62.25. Describes Reserved Instances that you purchased
- 62.26. Describe current Reserved Instance Offerings available
- 62.27. Turn off CloudWatch Monitoring on an Instance(s)
- 62.28. Listing Aviable Metrics
- 62.29. Return Statistics for a given metric
- 62.30. Register an AMI with EC2
- 62.31. Deregister an AMI with EC2
- 62.32. Describe an AMI
- 62.33. Modify Image Attributes
- 62.34. Reset an AMI Attribute
- 62.35. Describe AMI Attribute
- 62.36. Create a new EBS Volume
- 62.37. Create an EBS Volume from a Snapshot
- 62.38. Create a Snapshot of an EBS Volume
- 62.39. Describing an EBS Volume
- 62.40. Describe Attached Volumes
- 62.41. Describe an EBS Volume Snapshot
- 62.42. Attaching an EBS Volume
- 62.43. Detaching an EBS Volume
- 62.44. Deleting an EBS Volume
- 62.45. Deleting an EBS Volume Snapshot
- 62.46. Allocating a new Elastic IP
- 62.47. Describing Allocated Elastic IP Addresses
- 62.48. Releasing Elastic IP
- 62.49. Associates an Elastic IP to an Instance
- 62.50. Disassociate an Elastic IP from an instance
- 62.51. Creating a new Amazon Keypair
- 62.52. Deleting an Amazon Keypair
- 62.53. Describe an Amazon Keypair
- 62.54. Viewing the available regions
- 62.55. Viewing the available zones
- 62.56. Create a new Security Group
- 62.57. Describe a Security Group
- 62.58. Delete a Security Group
- 62.59. Authorizing by IP
- 62.60. Authorize By Group
- 62.61. Revoke by IP
- 62.62. Revoke By Group
- 62.63. Zend_Service_Amazon_S3 Usage Example
- 62.64. Zend_Service_Amazon_S3 Bucket Removal Example
- 62.65. Zend_Service_Amazon_S3 Bucket Listing Example
- 62.66. Zend_Service_Amazon_S3 Public Object Example
- 62.67. Zend_Service_Amazon_S3 Object Listing Example
- 62.68. Zend_Service_Amazon_S3 Data Streaming Example
- 62.69. Zend_Service_Amazon_S3 Streams Example
- 62.70. Zend_Service_Amazon_Sqs Usage Example
- 62.71. Zend_Service_Amazon_Sqs Queue Removal Example
- 62.72. Zend_Service_Amazon_Sqs Queue Count Example
- 62.73. Zend_Service_Amazon_Sqs Queue Listing Example
- 62.74. Zend_Service_Amazon_Sqs Message Send Example
- 62.75. Zend_Service_Amazon_Sqs Message Receive Example
- 62.76. Zend_Service_Amazon_Sqs Message Delete Example
- 62.77. Retrieving User Profile Information
- 62.78. Retrieving a User's Weekly Artist Chart
- 62.79. Retrieving Related Artists
- 62.80. Get all posts
- 62.81. Accessing post lists
- 62.82. Filtering a Post List with Specific Tags
- 62.83. Filtering a Post List by URL
- 62.84. Post editing
- 62.85. Method call chaining
- 62.86. Deleting posts
- 62.87. Adding a post
- 62.88. Tags
- 62.89. Bundles
- 62.90. Retrieving public data
- 62.91. Changing the HTTP client of Zend_Rest_Client
- 62.92. Configuring your HTTP client to keep connections alive
- 62.93. Configuration Example
- 62.94. Get account balance example
- 62.95. Get quota information example
- 62.96. Change quota information example
- 62.97. Locate a given IP
- 62.98. Locate a Restaurant
- 62.99. Sending an SMS
- 62.100. Request validation keyword
- 62.101. Validate a number with a keyword
- 62.102. Call two numbers
- 62.103. Call two numbers, ask for status, and cancel
- 62.104. Ad-Hoc conference
- 62.105. WSDL cache options