Programmer's Reference Guide
Table of Contents
- 1. Introduction to Zend Framework
- 2. Zend_Acl
- 3. Zend_Auth
- 4. Zend_Cache
- 5. Zend_Captcha
- 6. Zend_Config
- 7. Zend_Console_Getopt
- 8. Zend_Controller
- 8.1. Zend_Controller Quick Start
- 8.2. Zend_Controller Basics
- 8.3. The Front Controller
- 8.4. The Request Object
- 8.5. The Standard Router
- 8.6. The Dispatcher
- 8.7. Action Controllers
- 8.8. Action Helpers
- 8.9. The Response Object
- 8.10. Plugins
- 8.11. Using a Conventional Modular Directory Structure
- 8.12. MVC Exceptions
- 8.13. Migrating from Previous Versions
- 9. Zend_Currency
- 10. Zend_Date
- 10.1. Introduction
- 10.2. Theory of Operation
- 10.3. Basic Methods
- 10.4. Zend_Date API Overview
- 10.5. Creation of dates
- 10.6. Constants for General Date Functions
- 10.7. Working examples
- 11. Zend_Db
- 11.1. Zend_Db_Adapter
- 11.1.1. Connecting to a Database using an Adapter
- 11.1.2. The example database
- 11.1.3. Reading Query Results
- 11.1.3.1. Fetching a Complete Result Set
- 11.1.3.2. Changing the Fetch Mode
- 11.1.3.3. Fetching a Result Set as an Associative Array
- 11.1.3.4. Fetching a Single Column from a Result Set
- 11.1.3.5. Fetching Key-Value Pairs from a Result Set
- 11.1.3.6. Fetching a Single Row from a Result Set
- 11.1.3.7. Fetching a Single Scalar from a Result Set
- 11.1.4. Writing Changes to the Database
- 11.1.5. Quoting Values and Identifiers
- 11.1.6. Controlling Database Transactions
- 11.1.7. Listing and Describing Tables
- 11.1.8. Closing a Connection
- 11.1.9. Running Other Database Statements
- 11.1.10. Notes on Specific Adapters
- 11.2. Zend_Db_Statement
- 11.3. Zend_Db_Profiler
- 11.4. Zend_Db_Select
- 11.4.1. Overview of the Select Object
- 11.4.2. Creating a Select Object
- 11.4.3. Building Select queries
- 11.4.3.1. Adding a FROM clause
- 11.4.3.2. Adding Columns
- 11.4.3.3. Adding Expression Columns
- 11.4.3.4. Adding columns to an existing FROM or JOIN table
- 11.4.3.5. Adding Another Table to the Query with JOIN
- 11.4.3.6. Adding a WHERE Clause
- 11.4.3.7. Adding a GROUP BY Clause
- 11.4.3.8. Adding a HAVING Clause
- 11.4.3.9. Adding an ORDER BY Clause
- 11.4.3.10. Adding a LIMIT Clause
- 11.4.3.11. Adding the DISTINCT Query Modifier
- 11.4.3.12. Adding the FOR UPDATE Query Modifier
- 11.4.4. Executing Select Queries
- 11.4.5. Other methods
- 11.5. Zend_Db_Table
- 11.5.1. Introduction to Table Class
- 11.5.2. Defining a Table Class
- 11.5.3. Creating an Instance of a Table
- 11.5.4. Inserting Rows to a Table
- 11.5.5. Updating Rows in a Table
- 11.5.6. Deleting Rows from a Table
- 11.5.7. Finding Rows by Primary Key
- 11.5.8. Querying for a Set of Rows
- 11.5.9. Querying for a Single Row
- 11.5.10. Retrieving Table Metadata Information
- 11.5.11. Caching Table Metadata
- 11.5.12. Customizing and Extending a Table Class
- 11.6. Zend_Db_Table_Row
- 11.7. Zend_Db_Table_Rowset
- 11.8. Zend_Db_Table Relationships
- 12. Zend_Debug
- 13. Zend_Dojo
- 13.1. Introduction
- 13.2. Zend_Dojo_Data: dojo.data Envelopes
- 13.3. Dojo View Helpers
- 13.4. Dojo Form Elements and Decorators
- 13.4.1. Dijit-Specific Form Decorators
- 13.4.2. Dijit-Specific Form Elements
- 13.4.2.1. Button
- 13.4.2.2. CheckBox
- 13.4.2.3. ComboBox and FilteringSelect
- 13.4.2.4. CurrencyTextBox
- 13.4.2.5. DateTextBox
- 13.4.2.6. HorizontalSlider
- 13.4.2.7. NumberSpinner
- 13.4.2.8. NumberTextBox
- 13.4.2.9. PasswordTextBox
- 13.4.2.10. RadioButton
- 13.4.2.11. Slider abstract element
- 13.4.2.12. SubmitButton
- 13.4.2.13. TextBox
- 13.4.2.14. Textarea
- 13.4.2.15. TimeTextBox
- 13.4.2.16. ValidationTextBox
- 13.4.2.17. VerticalSlider
- 13.4.3. Dojo Form Examples
- 14. Zend_Dom
- 15. Zend_Exception
- 16. Zend_Feed
- 17. Zend_File
- 18. Zend_Filter
- 18.1. Introduction
- 18.2. Standard Filter Classes
- 18.3. Filter Chains
- 18.4. Writing Filters
- 18.5. Zend_Filter_Input
- 18.6. Zend_Filter_Inflector
- 19. Zend_Form
- 19.1. Zend_Form
- 19.2. Zend_Form Quick Start
- 19.3. Creating Form Elements Using Zend_Form_Element
- 19.4. Creating Forms Using Zend_Form
- 19.5. Creating Custom Form Markup Using Zend_Form_Decorator
- 19.6. Standard Form Elements Shipped With Zend Framework
- 19.6.1. Zend_Form_Element_Button
- 19.6.2. Zend_Form_Element_Captcha
- 19.6.3. Zend_Form_Element_Checkbox
- 19.6.4. Zend_Form_Element_File
- 19.6.5. Zend_Form_Element_Hidden
- 19.6.6. Zend_Form_Element_Hash
- 19.6.7. Zend_Form_Element_Image
- 19.6.8. Zend_Form_Element_MultiCheckbox
- 19.6.9. Zend_Form_Element_Multiselect
- 19.6.10. Zend_Form_Element_Password
- 19.6.11. Zend_Form_Element_Radio
- 19.6.12. Zend_Form_Element_Reset
- 19.6.13. Zend_Form_Element_Select
- 19.6.14. Zend_Form_Element_Submit
- 19.6.15. Zend_Form_Element_Text
- 19.6.16. Zend_Form_Element_Textarea
- 19.7. Standard Form Decorators Shipped With Zend Framework
- 19.7.1. Zend_Form_Decorator_Callback
- 19.7.2. Zend_Form_Decorator_Captcha
- 19.7.3. Zend_Form_Decorator_Description
- 19.7.4. Zend_Form_Decorator_DtDdWrapper
- 19.7.5. Zend_Form_Decorator_Errors
- 19.7.6. Zend_Form_Decorator_Fieldset
- 19.7.7. Zend_Form_Decorator_Form
- 19.7.8. Zend_Form_Decorator_FormElements
- 19.7.9. Zend_Form_Decorator_HtmlTag
- 19.7.10. Zend_Form_Decorator_Image
- 19.7.11. Zend_Form_Decorator_Label
- 19.7.12. Zend_Form_Decorator_ViewHelper
- 19.7.13. Zend_Form_Decorator_ViewScript
- 19.8. Internationalization of Zend_Form
- 19.9. Advanced Zend_Form Usage
- 20. Zend_Gdata
- 20.1. Introduction to Gdata
- 20.1.1. Structure of Zend_Gdata
- 20.1.2. Interacting with Google Services
- 20.1.3. Obtaining instances of Zend_Gdata classes
- 20.1.4. Google Data Client Authentication
- 20.1.5. Dependencies
- 20.1.6. Creating a new Gdata client
- 20.1.7. Common query parameters
- 20.1.8. Fetching a feed
- 20.1.9. Working with multi-page feeds
- 20.1.10. Working with data in feeds and entries
- 20.1.11. Updating entries
- 20.1.12. Posting entries to Google servers
- 20.1.13. Deleting entries on Google servers
- 20.2. Authenticating with AuthSub
- 20.3. Authenticating with ClientLogin
- 20.4. Using Google Calendar
- 20.5. Using Google Documents List Data API
- 20.6. Using Google Spreadsheets
- 20.7. Using Google Apps Provisioning
- 20.7.1. Setting the current domain
- 20.7.2. Interacting with users
- 20.7.3. Interacting with nicknames
- 20.7.4. Interacting with email lists
- 20.7.5. Interacting with email list recipients
- 20.7.6. Handling errors
- 20.8. Using Google Base
- 20.9. Using the YouTube Data API
- 20.9.1. Authentication
- 20.9.2. Developer Keys and Client ID
- 20.9.3. Retrieving public video feeds
- 20.9.4. Retrieving video comments
- 20.9.5. Retrieving playlist feeds
- 20.9.6. Retrieving a list of a user's subscriptions
- 20.9.7. Retrieving a user's profile
- 20.9.8. Uploading Videos to YouTube
- 20.9.9. Browser-based upload
- 20.9.10. Checking upload status
- 20.9.11. Other Functions
- 20.10. Using Picasa Web Albums
- 20.11. Catching Gdata Exceptions
- 21. Zend_Http
