Programmer's Reference Guide
Table of Contents
- 1. Introduction to Zend Framework
- 2. Zend_Acl
- 3. Zend_Amf
- 4. Zend_Auth
- 5. Zend_Cache
- 6. Zend_Captcha
- 7. Zend_Config
- 8. Zend_Config_Writer
- 9. Zend_Console_Getopt
- 10. Zend_Controller
- 10.1. Zend_Controller Quick Start
- 10.2. Zend_Controller Basics
- 10.3. The Front Controller
- 10.4. The Request Object
- 10.5. The Standard Router
- 10.6. The Dispatcher
- 10.7. Action Controllers
- 10.8. Action Helpers
- 10.8.1. Introduction
- 10.8.2. Helper Initialization
- 10.8.3. The Helper Broker
- 10.8.4. Built-in Action Helpers
- 10.8.5. Writing Your Own Helpers
- 10.9. The Response Object
- 10.10. Plugins
- 10.11. Using a Conventional Modular Directory Structure
- 10.12. MVC Exceptions
- 10.13. Migrating from Previous Versions
- 10.13.1. Migrating from 1.6.x to 1.7.0 or newer
- 10.13.2. Migrating from 1.5.x to 1.6.0 or newer
- 10.13.3. Migrating from 1.0.x to 1.5.0 or newer
- 10.13.4. Migrating from 0.9.3 to 1.0.0RC1 or newer
- 10.13.5. Migrating from 0.9.2 to 0.9.3 or newer
- 10.13.6. Migrating from 0.6.0 to 0.8.0 or newer
- 10.13.7. Migrating from 0.2.0 or before to 0.6.0
- 11. Zend_Currency
- 12. Zend_Date
- 12.1. Introduction
- 12.2. Theory of Operation
- 12.3. Basic Methods
- 12.4. Zend_Date API Overview
- 12.5. Creation of dates
- 12.6. Constants for General Date Functions
- 12.7. Working examples
- 13. Zend_Db
- 13.1. Zend_Db_Adapter
- 13.1.1. Connecting to a Database using an Adapter
- 13.1.2. The example database
- 13.1.3. Reading Query Results
- 13.1.3.1. Fetching a Complete Result Set
- 13.1.3.2. Changing the Fetch Mode
- 13.1.3.3. Fetching a Result Set as an Associative Array
- 13.1.3.4. Fetching a Single Column from a Result Set
- 13.1.3.5. Fetching Key-Value Pairs from a Result Set
- 13.1.3.6. Fetching a Single Row from a Result Set
- 13.1.3.7. Fetching a Single Scalar from a Result Set
- 13.1.4. Writing Changes to the Database
- 13.1.5. Quoting Values and Identifiers
- 13.1.6. Controlling Database Transactions
- 13.1.7. Listing and Describing Tables
- 13.1.8. Closing a Connection
- 13.1.9. Running Other Database Statements
- 13.1.10. Notes on Specific Adapters
- 13.2. Zend_Db_Statement
- 13.3. Zend_Db_Profiler
- 13.4. Zend_Db_Select
- 13.4.1. Overview of the Select Object
- 13.4.2. Creating a Select Object
- 13.4.3. Building Select queries
- 13.4.3.1. Adding a FROM clause
- 13.4.3.2. Adding Columns
- 13.4.3.3. Adding Expression Columns
- 13.4.3.4. Adding columns to an existing FROM or JOIN table
- 13.4.3.5. Adding Another Table to the Query with JOIN
- 13.4.3.6. Adding a WHERE Clause
- 13.4.3.7. Adding a GROUP BY Clause
- 13.4.3.8. Adding a HAVING Clause
- 13.4.3.9. Adding an ORDER BY Clause
- 13.4.3.10. Adding a LIMIT Clause
- 13.4.3.11. Adding the DISTINCT Query Modifier
- 13.4.3.12. Adding the FOR UPDATE Query Modifier
- 13.4.4. Executing Select Queries
- 13.4.5. Other methods
- 13.5. Zend_Db_Table
- 13.5.1. Introduction to Table Class
- 13.5.2. Defining a Table Class
- 13.5.3. Creating an Instance of a Table
- 13.5.4. Inserting Rows to a Table
- 13.5.5. Updating Rows in a Table
- 13.5.6. Deleting Rows from a Table
- 13.5.7. Finding Rows by Primary Key
- 13.5.8. Querying for a Set of Rows
- 13.5.9. Querying for a Single Row
- 13.5.10. Retrieving Table Metadata Information
- 13.5.11. Caching Table Metadata
- 13.5.12. Customizing and Extending a Table Class
- 13.6. Zend_Db_Table_Row
- 13.7. Zend_Db_Table_Rowset
- 13.8. Zend_Db_Table Relationships
- 14. Zend_Debug
- 15. Zend_Dojo
- 15.1. Introduction
- 15.2. Zend_Dojo_Data: dojo.data Envelopes
- 15.3. Dojo View Helpers
- 15.4. Dojo Form Elements and Decorators
- 15.4.1. Dijit-Specific Form Decorators
- 15.4.2. Dijit-Specific Form Elements
- 15.4.2.1. Button
- 15.4.2.2. CheckBox
- 15.4.2.3. ComboBox and FilteringSelect
- 15.4.2.4. CurrencyTextBox
- 15.4.2.5. DateTextBox
- 15.4.2.6. Editor
- 15.4.2.7. HorizontalSlider
- 15.4.2.8. NumberSpinner
- 15.4.2.9. NumberTextBox
- 15.4.2.10. PasswordTextBox
- 15.4.2.11. RadioButton
- 15.4.2.12. SimpleTextarea
- 15.4.2.13. Slider abstract element
- 15.4.2.14. SubmitButton
- 15.4.2.15. TextBox
- 15.4.2.16. Textarea
- 15.4.2.17. TimeTextBox
- 15.4.2.18. ValidationTextBox
- 15.4.2.19. VerticalSlider
- 15.4.3. Dojo Form Examples
- 16. Zend_Dom
- 17. Zend_Exception
- 18. Zend_Feed
- 19. Zend_File
- 19.1. Zend_File_Transfer
- 19.2. Validators for Zend_File_Transfer
- 19.2.1. Using validators with
Zend_File_Transfer - 19.2.2. Count validator
- 19.2.3. Crc32 validator
- 19.2.4. ExcludeExtension validator
- 19.2.5. ExcludeMimeType validator
- 19.2.6. Exists validator
- 19.2.7. Extension validator
- 19.2.8. FilesSize validator
- 19.2.9. ImageSize validator
- 19.2.10. IsCompressed validator
- 19.2.11. IsImage validator
- 19.2.12. Hash validator
- 19.2.13. Md5 validator
- 19.2.14. MimeType validator
- 19.2.15. NotExists validator
- 19.2.16. Sha1 validator
- 19.2.17. Size validator
- 19.2.1. Using validators with
- 19.3. Filters for Zend_File_Transfer
- 19.4. Migrating from previous versions
- 20. Zend_Filter
- 20.1. Introduction
- 20.2. Standard Filter Classes
- 20.3. Filter Chains
- 20.4. Writing Filters
- 20.5. Zend_Filter_Input
- 20.6. Zend_Filter_Inflector
- 21. Zend_Form
- 21.1. Zend_Form
- 21.2. Zend_Form Quick Start
- 21.3. Creating Form Elements Using Zend_Form_Element
- 21.4. Creating Forms Using Zend_Form
- 21.5. Creating Custom Form Markup Using Zend_Form_Decorator
- 21.6. Standard Form Elements Shipped With Zend Framework
- 21.6.1. Zend_Form_Element_Button
- 21.6.2. Zend_Form_Element_Captcha
- 21.6.3. Zend_Form_Element_Checkbox
- 21.6.4. Zend_Form_Element_File
- 21.6.5. Zend_Form_Element_Hidden
- 21.6.6. Zend_Form_Element_Hash
- 21.6.7. Zend_Form_Element_Image
- 21.6.8. Zend_Form_Element_MultiCheckbox
- 21.6.9. Zend_Form_Element_Multiselect
- 21.6.10. Zend_Form_Element_Password
- 21.6.11. Zend_Form_Element_Radio
- 21.6.12. Zend_Form_Element_Reset
- 21.6.13. Zend_Form_Element_Select
- 21.6.14. Zend_Form_Element_Submit
- 21.6.15. Zend_Form_Element_Text
- 21.6.16. Zend_Form_Element_Textarea
- 21.7. Standard Form Decorators Shipped With Zend Framework
- 21.7.1. Zend_Form_Decorator_Callback
- 21.7.2. Zend_Form_Decorator_Captcha
- 21.7.3. Zend_Form_Decorator_Description
- 21.7.4. Zend_Form_Decorator_DtDdWrapper
- 21.7.5. Zend_Form_Decorator_Errors
- 21.7.6. Zend_Form_Decorator_Fieldset
- 21.7.7. Zend_Form_Decorator_File
- 21.7.8. Zend_Form_Decorator_Form
- 21.7.9. Zend_Form_Decorator_FormElements
- 21.7.10. Zend_Form_Decorator_FormErrors
- 21.7.11. Zend_Form_Decorator_HtmlTag
- 21.7.12. Zend_Form_Decorator_Image
- 21.7.13. Zend_Form_Decorator_Label
- 21.7.14. Zend_Form_Decorator_PrepareElements
- 21.7.15. Zend_Form_Decorator_ViewHelper
- 21.7.16. Zend_Form_Decorator_ViewScript
- 21.8. Internationalization of Zend_Form
- 21.9. Advanced Zend_Form Usage
- 22. Zend_Gdata
- 22.1. Introduction to Gdata
- 22.1.1. Structure of Zend_Gdata
- 22.1.2. Interacting with Google Services
- 22.1.3. Obtaining instances of Zend_Gdata classes
- 22.1.4. Google Data Client Authentication
- 22.1.5. Dependencies
- 22.1.6. Creating a new Gdata client
- 22.1.7. Common query parameters
- 22.1.8. Fetching a feed
- 22.1.9. Working with multi-page feeds
- 22.1.10. Working with data in feeds and entries
- 22.1.11. Updating entries
- 22.1.12. Posting entries to Google servers
- 22.1.13. Deleting entries on Google servers
- 22.2. Authenticating with AuthSub
- 22.3. Using the Book Search Data API
- 22.4. Authenticating with ClientLogin
- 22.5. Using Google Calendar
- 22.6. Using Google Documents List Data API
- 22.7. Using Google Spreadsheets
- 22.8. Using Google Apps Provisioning
