Table of Contents
- 1. Introduction to Zend Framework
- 2. Zend_Acl
- 3. Zend_Amf
- 4. Zend_Application
- 4.1. Introduction
- 4.2. Zend_Application Quick Start
- 4.3. Theory of Operation
- 4.4. Examples
- 4.5. Core Functionality
- 4.5.1. Zend_Application
- 4.5.2. Zend_Application_Bootstrap_Bootstrapper
- 4.5.3. Zend_Application_Bootstrap_ResourceBootstrapper
- 4.5.4. Zend_Application_Bootstrap_BootstrapAbstract
- 4.5.5. Zend_Application_Bootstrap_Bootstrap
- 4.5.6. Zend_Application_Resource_Resource
- 4.5.7. Zend_Application_Resource_ResourceAbstract
- 4.6. Available Resource Plugins
- 5. Zend_Auth
- 6. Zend_Cache
- 6.1. Introduction
- 6.2. The Theory of Caching
- 6.3. Zend_Cache Frontends
- 6.4. Zend_Cache Backends
- 6.4.1. Zend_Cache_Backend_File
- 6.4.2. Zend_Cache_Backend_Sqlite
- 6.4.3. Zend_Cache_Backend_Memcached
- 6.4.4. Zend_Cache_Backend_Apc
- 6.4.5. Zend_Cache_Backend_Xcache
- 6.4.6. Zend_Cache_Backend_ZendPlatform
- 6.4.7. Zend_Cache_Backend_TwoLevels
- 6.4.8. Zend_Cache_Backend_ZendServer_Disk and Zend_Cache_Backend_ZendServer_ShMem
- 7. Zend_Captcha
- 8. Zend_CodeGenerator
- 8.1. Introduction
- 8.2. Zend_CodeGenerator Examples
- 8.3. Zend_CodeGenerator Reference
- 8.3.1. Abstract Classes and Interfaces
- 8.3.2. Concrete CodeGenerator Classes
- 8.3.2.1. Zend_CodeGenerator_Php_Body
- 8.3.2.2. Zend_CodeGenerator_Php_Class
- 8.3.2.3. Zend_CodeGenerator_Php_Docblock
- 8.3.2.4. Zend_CodeGenerator_Php_Docblock_Tag
- 8.3.2.5. Zend_CodeGenerator_Php_DocBlock_Tag_Param
- 8.3.2.6. Zend_CodeGenerator_Php_DocBlock_Tag_Return
- 8.3.2.7. Zend_CodeGenerator_Php_File
- 8.3.2.8. Zend_CodeGenerator_Php_Member_Container
- 8.3.2.9. Zend_CodeGenerator_Php_Method
- 8.3.2.10. Zend_CodeGenerator_Php_Parameter
- 8.3.2.11. Zend_CodeGenerator_Php_Property
- 9. Zend_Config
- 10. Zend_Config_Writer
- 11. Zend_Console_Getopt
- 12. Zend_Controller
- 12.1. Zend_Controller Quick Start
- 12.2. Zend_Controller Basics
- 12.3. The Front Controller
- 12.4. The Request Object
- 12.5. The Standard Router
- 12.5.1. Introduction
- 12.5.2. Using a Router
- 12.5.3. Basic Rewrite Router Operation
- 12.5.4. Default Routes
- 12.5.5. Base URL and Subdirectories
- 12.5.6. Global Parameters
- 12.5.7. Route Types
- 12.5.8. Using Zend_Config with the RewriteRouter
- 12.5.9. Subclassing the Router
- 12.6. The Dispatcher
- 12.7. Action Controllers
- 12.8. Action Helpers
- 12.8.1. Introduction
- 12.8.2. Helper Initialization
- 12.8.3. The Helper Broker
- 12.8.4. Built-in Action Helpers
- 12.8.5. Writing Your Own Helpers
- 12.9. The Response Object
- 12.10. Plugins
- 12.11. Using a Conventional Modular Directory Structure
- 12.12. MVC Exceptions
- 12.13. Migrating from Previous Versions
- 12.13.1. Migrating from 1.7.x to 1.8.0 or newer
- 12.13.2. Migrating from 1.6.x to 1.7.0 or newer
- 12.13.3. Migrating from 1.5.x to 1.6.0 or Newer
- 12.13.4. Migrating from 1.0.x to 1.5.0 or Newer
- 12.13.5. Migrating from 0.9.3 to 1.0.0RC1 or Newer
- 12.13.6. Migrating from 0.9.2 to 0.9.3 or Newer
- 12.13.7. Migrating from 0.6.0 to 0.8.0 or Newer
- 12.13.8. Migrating from 0.2.0 or before to 0.6.0
- 13. Zend_Currency
- 14. Zend_Date
- 14.1. Introduction
- 14.2. Theory of Operation
- 14.3. Basic Methods
- 14.4. Zend_Date API Overview
- 14.5. Creation of Dates
- 14.6. Constants for General Date Functions
- 14.7. Working Examples
- 15. Zend_Db
- 15.1. Zend_Db_Adapter
- 15.1.1. Connecting to a Database Using an Adapter
- 15.1.2. Example Database
- 15.1.3. Reading Query Results
- 15.1.3.1. Fetching a Complete Result Set
- 15.1.3.2. Changing the Fetch Mode
- 15.1.3.3. Fetching a Result Set as an Associative Array
- 15.1.3.4. Fetching a Single Column from a Result Set
- 15.1.3.5. Fetching Key-Value Pairs from a Result Set
- 15.1.3.6. Fetching a Single Row from a Result Set
- 15.1.3.7. Fetching a Single Scalar from a Result Set
- 15.1.4. Writing Changes to the Database
- 15.1.5. Quoting Values and Identifiers
- 15.1.6. Controlling Database Transactions
- 15.1.7. Listing and Describing Tables
- 15.1.8. Closing a Connection
- 15.1.9. Running Other Database Statements
- 15.1.10. Retrieving Server Version
- 15.1.11. Notes on Specific Adapters
- 15.1.11.1. IBM DB2
- 15.1.11.2. MySQLi
- 15.1.11.3. Oracle
- 15.1.11.4. Microsoft SQL Server
- 15.1.11.5. PDO for IBM DB2 and Informix Dynamic Server (IDS)
- 15.1.11.6. PDO Microsoft SQL Server
- 15.1.11.7. PDO MySQL
- 15.1.11.8. PDO Oracle
- 15.1.11.9. PDO PostgreSQL
- 15.1.11.10. PDO SQLite
- 15.1.11.11. Firebird/Interbase
- 15.2. Zend_Db_Statement
- 15.3. Zend_Db_Profiler
- 15.4. Zend_Db_Select
- 15.4.1. Introduction
- 15.4.2. Creating a Select Object
- 15.4.3. Building Select queries
- 15.4.3.1. Adding a FROM clause
- 15.4.3.2. Adding Columns
- 15.4.3.3. Adding Expression Columns
- 15.4.3.4. Adding columns to an existing FROM or JOIN table
- 15.4.3.5. Adding Another Table to the Query with JOIN
- 15.4.3.6. Adding a WHERE Clause
- 15.4.3.7. Adding a GROUP BY Clause
- 15.4.3.8. Adding a HAVING Clause
- 15.4.3.9. Adding an ORDER BY Clause
- 15.4.3.10. Adding a LIMIT Clause
- 15.4.3.11. Adding the DISTINCT Query Modifier
- 15.4.3.12. Adding the FOR UPDATE Query Modifier
- 15.4.4. Executing Select Queries
- 15.4.5. Other methods
- 15.5. Zend_Db_Table
- 15.5.1. Introduction
- 15.5.2. Using Zend_Db_Table as a concrete class
- 15.5.3. Defining a Table Class
- 15.5.4. Creating an Instance of a Table
- 15.5.5. Inserting Rows to a Table
- 15.5.6. Updating Rows in a Table
- 15.5.7. Deleting Rows from a Table
- 15.5.8. Finding Rows by Primary Key
- 15.5.9. Querying for a Set of Rows
- 15.5.10. Querying for a Single Row
- 15.5.11. Retrieving Table Metadata Information
- 15.5.12. Caching Table Metadata
- 15.5.13. Customizing and Extending a Table Class
- 15.6. Zend_Db_Table_Row
- 15.7. Zend_Db_Table_Rowset
- 15.8. Zend_Db_Table Relationships
- 15.9. Zend_Db_Table_Definition
- 16. Zend_Debug
- 17. Zend_Dojo
- 17.1. Introduction
- 17.2. Zend_Dojo_Data: dojo.data Envelopes
- 17.3. Dojo View Helpers
- 17.4. Dojo Form Elements and Decorators
- 17.4.1. Dijit-Specific Form Decorators
- 17.4.2. Dijit-Specific Form Elements
- 17.4.2.1. Button
- 17.4.2.2. CheckBox
- 17.4.2.3. ComboBox and FilteringSelect
- 17.4.2.4. CurrencyTextBox
- 17.4.2.5. DateTextBox
- 17.4.2.6. Editor
- 17.4.2.7. HorizontalSlider
- 17.4.2.8. NumberSpinner
- 17.4.2.9. NumberTextBox
- 17.4.2.10. PasswordTextBox
- 17.4.2.11. RadioButton
- 17.4.2.12. SimpleTextarea
- 17.4.2.13. Slider abstract element
- 17.4.2.14. SubmitButton
- 17.4.2.15. TextBox
- 17.4.2.16. Textarea
- 17.4.2.17. TimeTextBox
- 17.4.2.18. ValidationTextBox
- 17.4.2.19. VerticalSlider
- 17.4.3. Dojo Form Examples
- 17.5. Zend_Dojo build layer support
- 18. Zend_Dom
- 19. Zend_Exception
- 20. Zend_Feed
- 20.1. Introduction
- 20.2. Importing Feeds
- 20.3. Retrieving Feeds from Web Pages
- 20.4. Consuming an RSS Feed
- 20.5. Consuming an Atom Feed
- 20.6. Consuming a Single Atom Entry
- 20.7. Modifying Feed and Entry structures
- 20.8. Custom Feed and Entry Classes
- 20.9. Zend_Feed_Reader
- 20.9.1. Introduction
- 20.9.2. Importing Feeds
- 20.9.3. Retrieving Underlying Feed and Entry Sources
- 20.9.4. Cache Support and Intelligent Requests
- 20.9.5. Locating Feed URIs from Websites
- 20.9.6. Retrieving Feed Information
- 20.9.7. Retrieving Entry/Item Information
- 20.9.8. Extending Feed and Entry APIs
- 21. Zend_File
- 21.1. Zend_File_Transfer
- 21.2. Validators for Zend_File_Transfer
- 21.2.1. Using Validators with Zend_File_Transfer
- 21.2.2. Count Validator
- 21.2.3. Crc32 Validator
- 21.2.4. ExcludeExtension Validator
- 21.2.5. ExcludeMimeType Validator
- 21.2.6. Exists Validator
- 21.2.7. Extension Validator
- 21.2.8. FilesSize Validator
- 21.2.9. ImageSize Validator
- 21.2.10. IsCompressed Validator
- 21.2.11. IsImage Validator
- 21.2.12. Hash Validator
- 21.2.13. Md5 Validator
- 21.2.14. MimeType Validator
- 21.2.15. NotExists Validator
- 21.2.16. Sha1 Validator
- 21.2.17. Size Validator
- 21.2.18. WordCount Validator
- 21.3. Filters for Zend_File_Transfer
- 21.4. Migrating from previous versions
- 22. Zend_Filter
- 22.1. Introduction
- 22.2. Standard Filter Classes
- 22.2.1. Alnum
- 22.2.2. Alpha
- 22.2.3. BaseName
- 22.2.4. Callback
- 22.2.5. Decrypt
- 22.2.6. Digits
- 22.2.7. Dir
- 22.2.8. Encrypt
- 22.2.9. HtmlEntities
- 22.2.10. Int
- 22.2.11. LocalizedToNormalized
- 22.2.12. NormalizedToLocalized
- 22.2.13. StripNewlines
- 22.2.14. RealPath
- 22.2.15. StringToLower
- 22.2.16. StringToUpper
- 22.2.17. StringTrim
- 22.2.18. StripTags
- 22.3. Filter Chains
- 22.4. Writing Filters
- 22.5. Zend_Filter_Input
- 22.6. Zend_Filter_Inflector
- 22.7. Migrating from Previous Versions
- 23. Zend_Form
- 23.1. Zend_Form
- 23.2. Zend_Form Quick Start
- 23.3. Creating Form Elements Using Zend_Form_Element
- 23.4. Creating Forms Using Zend_Form
- 23.5. Creating Custom Form Markup Using Zend_Form_Decorator
- 23.6. Standard Form Elements Shipped With Zend Framework
- 23.6.1. Zend_Form_Element_Button
- 23.6.2. Zend_Form_Element_Captcha
- 23.6.3. Zend_Form_Element_Checkbox
- 23.6.4. Zend_Form_Element_File
- 23.6.5. Zend_Form_Element_Hidden
- 23.6.6. Zend_Form_Element_Hash
- 23.6.7. Zend_Form_Element_Image
- 23.6.8. Zend_Form_Element_MultiCheckbox
- 23.6.9. Zend_Form_Element_Multiselect
- 23.6.10. Zend_Form_Element_Password
- 23.6.11. Zend_Form_Element_Radio
- 23.6.12. Zend_Form_Element_Reset
- 23.6.13. Zend_Form_Element_Select
- 23.6.14. Zend_Form_Element_Submit
- 23.6.15. Zend_Form_Element_Text
- 23.6.16. Zend_Form_Element_Textarea
- 23.7. Standard Form Decorators Shipped With Zend Framework
- 23.7.1. Zend_Form_Decorator_Callback
- 23.7.2. Zend_Form_Decorator_Captcha
- 23.7.3. Zend_Form_Decorator_Description
- 23.7.4. Zend_Form_Decorator_DtDdWrapper
- 23.7.5. Zend_Form_Decorator_Errors
- 23.7.6. Zend_Form_Decorator_Fieldset
- 23.7.7. Zend_Form_Decorator_File
- 23.7.8. Zend_Form_Decorator_Form
- 23.7.9. Zend_Form_Decorator_FormElements
- 23.7.10. Zend_Form_Decorator_FormErrors
- 23.7.11. Zend_Form_Decorator_HtmlTag
- 23.7.12. Zend_Form_Decorator_Image
- 23.7.13. Zend_Form_Decorator_Label
- 23.7.14. Zend_Form_Decorator_PrepareElements
- 23.7.15. Zend_Form_Decorator_ViewHelper
- 23.7.16. Zend_Form_Decorator_ViewScript
- 23.8. Internationalization of Zend_Form
- 23.9. Advanced Zend_Form Usage
- 24. Zend_Gdata
- 24.1. Introduction
- 24.1.1. Structure of Zend_Gdata
- 24.1.2. Interacting with Google Services
- 24.1.3. Obtaining instances of Zend_Gdata classes
- 24.1.4. Google Data Client Authentication
- 24.1.5. Dependencies
- 24.1.6. Creating a new Gdata client
- 24.1.7. Common Query Parameters
- 24.1.8. Fetching a Feed
- 24.1.9. Working with Multi-page Feeds
- 24.1.10. Working with Data in Feeds and Entries
- 24.1.11. Updating Entries
- 24.1.12. Posting Entries to Google Servers
- 24.1.13. Deleting Entries on Google Servers
- 24.2. Authenticating with AuthSub
- 24.3. Using the Book Search Data API
- 24.4. Authenticating with ClientLogin
- 24.5. Using Google Calendar
- 24.6. Using Google Documents List Data API
- 24.7. Using Google Health
- 24.8. Using Google Spreadsheets
- 24.9. Using Google Apps Provisioning
- 24.9.1. Setting the current domain
- 24.9.2. Interacting with users
- 24.9.3. Interacting with nicknames
- 24.9.4. Interacting with email lists
- 24.9.5. Interacting with email list recipients
- 24.9.6. Handling errors
- 24.10. Using Google Base
- 24.11. Using Picasa Web Albums
- 24.12. Using the YouTube Data API
- 24.12.1. Authentication
- 24.12.2. Developer Keys and Client ID
- 24.12.3. Retrieving public video feeds
- 24.12.4. Retrieving video comments
- 24.12.5. Retrieving playlist feeds
- 24.12.6. Retrieving a list of a user's subscriptions
- 24.12.7. Retrieving a user's profile
- 24.12.8. Uploading Videos to YouTube
- 24.12.9. Browser-based upload
- 24.12.10. Checking upload status
- 24.12.11. Other Functions
- 24.13. Catching Gdata Exceptions
- 25. Zend_Http
- 25.1. Introduction
- 25.2. Zend_Http_Client - Advanced Usage
- 25.3. Zend_Http_Client - Connection Adapters
- 25.4. Migrating from previous versions
- 25.5. Zend_Http_Cookie and Zend_Http_CookieJar
- 25.5.1. Introduction
- 25.5.2. Instantiating Zend_Http_Cookie Objects
- 25.5.3. Zend_Http_Cookie getter methods
- 25.5.4. Zend_Http_Cookie: Matching against a scenario
- 25.5.5. The Zend_Http_CookieJar Class: Instantiation
- 25.5.6. Adding Cookies to a Zend_Http_CookieJar object
- 25.5.7. Retrieving Cookies From a Zend_Http_CookieJar object
- 25.6. Zend_Http_Response
- 26. Zend_InfoCard
- 27. Zend_Json
- 28. Zend_Layout
- 29. Zend_Ldap
- 29.1. Introduction
- 29.2. API overview
- 29.3. Usage Scenarios
- 29.4. Tools
- 29.5. Object oriented access to the LDAP tree using Zend_Ldap_Node
- 29.6. Getting information from the LDAP server
- 29.7. Serializing LDAP data to and from LDIF
- 30. Zend_Loader
- 31. Zend_Locale
- 31.1. Introduction
- 31.1.1. What is Localization
- 31.1.2. What is a Locale?
- 31.1.3. How are Locales Represented?
- 31.1.4. Selecting the Right Locale
- 31.1.5. Usage of automatic Locales
- 31.1.6. Using a default Locale
- 31.1.7. ZF Locale-Aware Classes
- 31.1.8. Application wide locale
- 31.1.9. Zend_Locale_Format::setOptions(array $options)
- 31.1.10. Speed up Zend_Locale and its subclasses
- 31.2. Using Zend_Locale
- 31.2.1. Copying, Cloning, and Serializing Locale Objects
- 31.2.2. Equality
- 31.2.3. Default locales
- 31.2.4. Set a new locale
- 31.2.5. Getting the language and region
- 31.2.6. Obtaining localized strings
- 31.2.7. Obtaining translations for "yes" and "no"
- 31.2.8. Get a list of all known locales
- 31.2.9. Detecting locales
- 31.3. Normalization and Localization
- 31.3.1. Number normalization: getNumber($input, Array $options)
- 31.3.2. Number localization
- 31.3.3. Number testing
- 31.3.4. Float value normalization
- 31.3.5. Floating point value localization
- 31.3.6. Floating point value testing
- 31.3.7. Integer value normalization
- 31.3.8. Integer point value localization
- 31.3.9. Integer value testing
- 31.3.10. Numeral System Conversion
- 31.4. Working with Dates and Times
- 31.5. Supported locales
- 31.6. Migrating from previous versions
- 32. Zend_Log
- 33. Zend_Mail
- 33.1. Introduction
- 33.2. Sending via SMTP
- 33.3. Sending Multiple Mails per SMTP Connection
- 33.4. Using Different Transports
- 33.5. HTML E-Mail
- 33.6. Attachments
- 33.7. Adding Recipients
- 33.8. Controlling the MIME Boundary
- 33.9. Additional Headers
- 33.10. Character Sets
- 33.11. Encoding
- 33.12. SMTP Authentication
- 33.13. Securing SMTP Transport
- 33.14. Reading Mail Messages
- 34. Zend_Measure
- 35. Zend_Memory
- 36. Zend_Mime
- 37. Zend_Navigation
- 38. Zend_OpenId
- 39. Zend_Paginator
- 40. Zend_Pdf
- 40.1. Introduction
- 40.2. Creating and Loading PDF Documents
- 40.3. Save Changes to PDF Documents
- 40.4. Working with Pages
- 40.5. Drawing
- 40.5.1. Geometry
- 40.5.2. Colors
- 40.5.3. Shape Drawing
- 40.5.4. Text Drawing
- 40.5.5. Using fonts
- 40.5.6. Standard PDF fonts limitations
- 40.5.7. Extracting fonts
- 40.5.8. Image Drawing
- 40.5.9. Line drawing style
- 40.5.10. Fill style
- 40.5.11. Linear Transformations
- 40.5.12. Save/restore graphics state
- 40.5.13. Clipping draw area
- 40.5.14. Styles
- 40.5.15. Transparency
- 40.6. Interactive Features
- 40.6.1. Destinations
- 40.6.1.1. Supported Destination Types
- 40.6.1.1.1. Zend_Pdf_Destination_Zoom
- 40.6.1.1.2. Zend_Pdf_Destination_Fit
- 40.6.1.1.3. Zend_Pdf_Destination_FitHorizontally
- 40.6.1.1.4. Zend_Pdf_Destination_FitVertically
- 40.6.1.1.5. Zend_Pdf_Destination_FitRectangle
- 40.6.1.1.6. Zend_Pdf_Destination_FitBoundingBox
- 40.6.1.1.7. Zend_Pdf_Destination_FitBoundingBoxHorizontally
- 40.6.1.1.8. Zend_Pdf_Destination_FitBoundingBoxVertically
- 40.6.1.1.9. Zend_Pdf_Destination_Named
- 40.6.1.2. Document level destination processing
- 40.6.2. Actions
- 40.6.3. Document Outline (bookmarks)
- 40.6.4. Annotations
- 40.7. Document Info and Metadata
- 40.8. Zend_Pdf module usage example
- 41. Zend_ProgressBar
- 42. Zend_Queue
- 43. Zend_Reflection
- 43.1. Introduction
- 43.2. Zend_Reflection Examples
- 43.3. Zend_Reflection Reference
- 43.3.1. Zend_Reflection_Docblock
- 43.3.2. Zend_Reflection_Docblock_Tag
- 43.3.3. Zend_Reflection_Docblock_Tag_Param
- 43.3.4. Zend_Reflection_Docblock_Tag_Return
- 43.3.5. Zend_Reflection_File
- 43.3.6. Zend_Reflection_Class
- 43.3.7. Zend_Reflection_Extension
- 43.3.8. Zend_Reflection_Function
- 43.3.9. Zend_Reflection_Method
- 43.3.10. Zend_Reflection_Parameter
- 43.3.11. Zend_Reflection_Property
- 44. Zend_Registry
- 44.1. Using the Registry
- 44.1.1. Setting Values in the Registry
- 44.1.2. Getting Values from the Registry
- 44.1.3. Constructing a Registry Object
- 44.1.4. Accessing the Registry as an Array
- 44.1.5. Accessing the Registry as an Object
- 44.1.6. Querying if an Index Exists
- 44.1.7. Extending the Registry
- 44.1.8. Unsetting the Static Registry
- 45. Zend_Rest
- 46. Zend_Search_Lucene
- 46.1. Overview
- 46.2. Building Indexes
- 46.3. Searching an Index
- 46.4. Query Language
- 46.4.1. Terms
- 46.4.2. Fields
- 46.4.3. Wildcards
- 46.4.4. Term Modifiers
- 46.4.5. Range Searches
- 46.4.6. Fuzzy Searches
- 46.4.7. Matched terms limitation
- 46.4.8. Proximity Searches
- 46.4.9. Boosting a Term
- 46.4.10. Boolean Operators
- 46.4.11. Grouping
- 46.4.12. Field Grouping
- 46.4.13. Escaping Special Characters
- 46.5. Query Construction API
- 46.6. Character Set
- 46.7. Extensibility
- 46.8. Interoperating with Java Lucene
- 46.9. Advanced
- 46.10. Best Practices
- 47. Zend_Server
- 48. Zend_Service
- 48.1. Introduction
- 48.2. Zend_Service_Akismet
- 48.3. Zend_Service_Amazon
- 48.3.1. Introduction
- 48.3.2. Country Codes
- 48.3.3. Looking up a Specific Amazon Item by ASIN
- 48.3.4. Performing Amazon Item Searches
- 48.3.5. Using the Alternative Query API
- 48.3.6. Zend_Service_Amazon Classes
- 48.3.6.1. Zend_Service_Amazon_Item
- 48.3.6.2. Zend_Service_Amazon_Image
- 48.3.6.3. Zend_Service_Amazon_ResultSet
- 48.3.6.4. Zend_Service_Amazon_OfferSet
- 48.3.6.5. Zend_Service_Amazon_Offer
- 48.3.6.6. Zend_Service_Amazon_SimilarProduct
- 48.3.6.7. Zend_Service_Amazon_Accessories
- 48.3.6.8. Zend_Service_Amazon_CustomerReview
- 48.3.6.9. Zend_Service_Amazon_EditorialReview
- 48.3.6.10. Zend_Service_Amazon_Listmania
- 48.4. Zend_Service_Amazon_Ec2
- 48.5. Zend_Service_Amazon_Ec2: Instances
- 48.6. Zend_Service_Amazon_Ec2: Windows Instances
- 48.7. Zend_Service_Amazon_Ec2: Reserved Instances
- 48.8. Zend_Service_Amazon_Ec2: CloudWatch Monitoring
- 48.9. Zend_Service_Amazon_Ec2: Amazon Machine Images (AMI)
- 48.10. Zend_Service_Amazon_Ec2: Elastic Block Stroage (EBS)
- 48.11. Zend_Service_Amazon_Ec2: Elastic IP Addresses
- 48.12. Zend_Service_Amazon_Ec2: Keypairs
- 48.13. Zend_Service_Amazon_Ec2: Regions and Availability Zones
- 48.14. Zend_Service_Amazon_Ec2: Security Groups
- 48.15. Zend_Service_Amazon_S3
- 48.16. Zend_Service_Amazon_Sqs
- 48.17. Zend_Service_Audioscrobbler
- 48.18. Zend_Service_Delicious
- 48.19. Zend_Service_Flickr
- 48.20. Zend_Service_Nirvanix
- 48.21. Zend_Service_ReCaptcha
- 48.22. Zend_Service_Simpy
- 48.23. Introduction
- 48.24. Zend_Service_StrikeIron
- 48.25. Zend_Service_StrikeIron: Bundled Services
- 48.26. Zend_Service_StrikeIron: Advanced Uses
- 48.27. Zend_Service_Technorati
- 48.27.1. Introduction
- 48.27.2. Getting Started
- 48.27.3. Making Your First Query
- 48.27.4. Consuming Results
- 48.27.5. Handling Errors
- 48.27.6. Checking Your API Key Daily Usage
- 48.27.7. Available Technorati Queries
- 48.27.8. Zend_Service_Technorati Classes
- 48.27.8.1. Zend_Service_Technorati_ResultSet
- 48.27.8.2. Zend_Service_Technorati_CosmosResultSet
- 48.27.8.3. Zend_Service_Technorati_SearchResultSet
- 48.27.8.4. Zend_Service_Technorati_TagResultSet
- 48.27.8.5. Zend_Service_Technorati_DailyCountsResultSet
- 48.27.8.6. Zend_Service_Technorati_TagsResultSet
- 48.27.8.7. Zend_Service_Technorati_Result
- 48.27.8.8. Zend_Service_Technorati_CosmosResult
- 48.27.8.9. Zend_Service_Technorati_SearchResult
- 48.27.8.10. Zend_Service_Technorati_TagResult
- 48.27.8.11. Zend_Service_Technorati_DailyCountsResult
- 48.27.8.12. Zend_Service_Technorati_TagsResult
- 48.27.8.13. Zend_Service_Technorati_GetInfoResult
- 48.27.8.14. Zend_Service_Technorati_BlogInfoResult
- 48.27.8.15. Zend_Service_Technorati_KeyInfoResult
- 48.28. Zend_Service_Twitter
- 48.29. Zend_Service_Yahoo
- 48.29.1. Introduction
- 48.29.2. Searching the Web with Yahoo!
- 48.29.3. Finding Images with Yahoo!
- 48.29.4. Finding videos with Yahoo!
- 48.29.5. Finding Local Businesses and Services with Yahoo!
- 48.29.6. Searching Yahoo! News
- 48.29.7. Searching Yahoo! Site Explorer Inbound Links
- 48.29.8. Searching Yahoo! Site Explorer's PageData
- 48.29.9. Zend_Service_Yahoo Classes
- 48.29.9.1. Zend_Service_Yahoo_ResultSet
- 48.29.9.2. Zend_Service_Yahoo_WebResultSet
- 48.29.9.3. Zend_Service_Yahoo_ImageResultSet
- 48.29.9.4. Zend_Service_Yahoo_VideoResultSet
- 48.29.9.5. Zend_Service_Yahoo_LocalResultSet
- 48.29.9.6. Zend_Service_Yahoo_NewsResultSet
- 48.29.9.7. Zend_Service_Yahoo_InlinkDataResultSet
- 48.29.9.8. Zend_Service_Yahoo_PageDataResultSet
- 48.29.9.9. Zend_Service_Yahoo_Result
- 48.29.9.10. Zend_Service_Yahoo_WebResult
- 48.29.9.11. Zend_Service_Yahoo_ImageResult
- 48.29.9.12. Zend_Service_Yahoo_VideoResult
- 48.29.9.13. Zend_Service_Yahoo_LocalResult
- 48.29.9.14. Zend_Service_Yahoo_NewsResult
- 48.29.9.15. Zend_Service_Yahoo_InlinkDataResult
- 48.29.9.16. Zend_Service_Yahoo_PageDataResult
- 48.29.9.17. Zend_Service_Yahoo_Image
- 49. Zend_Session
- 49.1. Introduction
- 49.2. Basic Usage
- 49.3. Advanced Usage
- 49.4. Global Session Management
- 49.4.1. Configuration Options
- 49.4.2. Error: Headers Already Sent
- 49.4.3. Session Identifiers
- 49.4.4. rememberMe(integer $seconds)
- 49.4.5. forgetMe()
- 49.4.6. sessionExists()
- 49.4.7. destroy(bool $remove_cookie = true, bool $readonly = true)
- 49.4.8. stop()
- 49.4.9. writeClose($readonly = true)
- 49.4.10. expireSessionCookie()
- 49.4.11. setSaveHandler(Zend_Session_SaveHandler_Interface $interface)
- 49.4.12. namespaceIsset($namespace)
- 49.4.13. namespaceUnset($namespace)
- 49.4.14. namespaceGet($namespace)
- 49.4.15. getIterator()
- 49.5. Zend_Session_SaveHandler_DbTable
- 50. Zend_Soap
- 50.1. Zend_Soap_Server
- 50.2. Zend_Soap_Client
- 50.3. WSDL Accessor
- 50.3.1. Zend_Soap_Wsdl constructor
- 50.3.2. addMessage() method
- 50.3.3. addPortType() method
- 50.3.4. addPortOperation() method
- 50.3.5. addBinding() method
- 50.3.6. addBindingOperation() method
- 50.3.7. addSoapBinding() method
- 50.3.8. addSoapOperation() method
- 50.3.9. addService() method
- 50.3.10. Type mapping
- 50.3.11. addDocumentation() method
- 50.3.12. Get finalized WSDL document
- 50.3.13. Parsing WSDL documents
- 50.4. AutoDiscovery
- 51. Zend_Tag
- 52. Zend_Test
- 53. Zend_Text
- 54. Zend_TimeSync
- 55. Zend_Tool_Framework
- 55.1. Introduction
- 55.2. Using the CLI Tool
- 55.3. Architecture
- 55.4. Creating Providers to use with Zend_Tool_Framework
- 55.5. Shipped System Providers
- 55.6. Extending and Configuring Zend_Tool_Framework
- 56. Zend_Tool_Project
- 57. Zend_Translate
- 57.1. Introduction
- 57.2. Adapters for Zend_Translate
- 57.2.1. How to decide which translation adapter to use
- 57.2.1.1. Zend_Translate_Adapter_Array
- 57.2.1.2. Zend_Translate_Adapter_Csv
- 57.2.1.3. Zend_Translate_Adapter_Gettext
- 57.2.1.4. Zend_Translate_Adapter_Ini
- 57.2.1.5. Zend_Translate_Adapter_Tbx
- 57.2.1.6. Zend_Translate_Adapter_Tmx
- 57.2.1.7. Zend_Translate_Adapter_Qt
- 57.2.1.8. Zend_Translate_Adapter_Xliff
- 57.2.1.9. Zend_Translate_Adapter_XmlTm
- 57.2.2. Integrate self written Adapters
- 57.2.3. Speedup all Adapters
- 57.3. Using Translation Adapters
- 57.4. Creating source files
- 57.5. Additional features for translation
- 57.6. Plural notations for Translation
- 57.7. Migrating from previous versions
- 58. Zend_Uri
- 59. Zend_Validate
- 59.1. Introduction
- 59.2. Standard Validation Classes
- 59.2.1. Alnum
- 59.2.2. Alpha
- 59.2.3. Barcode
- 59.2.4. Between
- 59.2.5. Ccnum
- 59.2.6. Date
- 59.2.7. Db_RecordExists and Db_NoRecordExists
- 59.2.8. Digits
- 59.2.9. EmailAddress
- 59.2.10. Float
- 59.2.11. GreaterThan
- 59.2.12. Hex
- 59.2.13. Hostname
- 59.2.14. Iban
- 59.2.15. Identical
- 59.2.16. InArray
- 59.2.17. Int
- 59.2.18. Ip
- 59.2.19. LessThan
- 59.2.20. NotEmpty
- 59.2.21. Regex
- 59.2.22. Sitemap Validators
- 59.2.23. StringLength
- 59.3. Validator Chains
- 59.4. Writing Validators
- 59.5. Validation Messages
- 60. Zend_Version
- 61. Zend_View
- 61.1. Introduction
- 61.2. Controller Scripts
- 61.3. View Scripts
- 61.4. View Helpers
- 61.4.1. Initial Helpers
- 61.4.1.1. Action View Helper
- 61.4.1.2. BaseUrl Helper
- 61.4.1.3. Cycle Helper
- 61.4.1.4. Partial Helper
- 61.4.1.5. Placeholder Helper
- 61.4.1.6. Doctype Helper
- 61.4.1.7. HeadLink Helper
- 61.4.1.8. HeadMeta Helper
- 61.4.1.9. HeadScript Helper
- 61.4.1.10. HeadStyle Helper
- 61.4.1.11. HeadTitle Helper
- 61.4.1.12. HTML Object Helpers
- 61.4.1.13. InlineScript Helper
- 61.4.1.14. JSON Helper
- 61.4.1.15. Navigation Helpers
- 61.4.1.16. Translate Helper
- 61.4.2. Helper Paths
- 61.4.3. Writing Custom Helpers
- 61.5. Zend_View_Abstract
- 61.6. Migrating from Previous Versions
- 62. Zend_Wildfire
- 63. Zend_XmlRpc
- 63.1. Introduction
- 63.2. Zend_XmlRpc_Client
- 63.3. Zend_XmlRpc_Server
- 63.3.1. Introduction
- 63.3.2. Basic Usage
- 63.3.3. Server Structure
- 63.3.4. Conventions
- 63.3.5. Utilizing Namespaces
- 63.3.6. Custom Request Objects
- 63.3.7. Custom Responses
- 63.3.8. Handling Exceptions via Faults
- 63.3.9. Caching Server Definitions Between Requests
- 63.3.10. Usage Examples
- 63.3.10.1. Basic Usage
- 63.3.10.2. Attaching a class
- 63.3.10.3. Attaching several classes using namespaces
- 63.3.10.4. Specifying exceptions to use as valid fault responses
- 63.3.10.5. Utilizing a custom request object
- 63.3.10.6. Utilizing a custom response object
- 63.3.10.7. Cache server definitions between requests
- 64. ZendX_Console_Process_Unix
- 65. ZendX_JQuery
- A. Zend Framework Requirements
- B. Zend Framework Coding Standard for PHP
- C. Zend Framework Documentation Standard
- C.1. Overview
- C.2. Documentation File Formatting
- C.3. Recommendations
- D. Recommended Project Structure for Zend Framework MVC Applications
- E. Zend Framework Performance Guide
- E.1. Introduction
- E.2. Class Loading
- E.3. Zend_Db Performance
- E.4. Internationalization (i18n) and Localization (l10n)
- E.5. View Rendering
- F. Copyright Information
- Index
List of Tables
- 2.1. Access Controls for an Example CMS
- 4.1. Zend_Application options
- 4.2. Zend_Application Methods
- 4.3. Zend_Application_Bootstrap_Bootstrapper Interface
- 4.4. Zend_Application_Bootstrap_ResourceBootstrapper Interface
- 4.5. Zend_Application_Bootstrap_BootstrapAbstract Methods
- 4.6. Zend_Application_Resource_Resource Interface
- 4.7. Zend_Application_Resource_ResourceAbstract Methods
- 5.1. Configuration Options
- 5.2. Server Options
- 5.3. Debugging Messages
- 5.4. Options for Active Directory
- 5.5. Options for OpenLDAP
- 6.1. Core Frontend Options
- 6.2. Function Frontend Options
- 6.3. Class Frontend Options
- 6.4. File Frontend Options
- 6.5. Page Frontend Options
- 6.6. File Backend Options
- 6.7. Sqlite Backend Options
- 6.8. Memcached Backend Options
- 6.9. Xcache Backend Options
- 6.10. TwoLevels Backend Options
- 9.1. Zend_Config_Ini Constructor Parameters
- 12.1. Zend_Rest_Route Behavior
- 13.1. Constants for the selecting the currency description
- 13.2. Constants for the selecting the position of the currency description
- 14.1. Date Parts
- 14.2. Basic Operations
- 14.3. Date Comparison Methods
- 14.4. Date Output Methods
- 14.5. Date Output Methods
- 14.6. Miscellaneous Methods
- 14.7. Operations Involving Zend_Date::HOUR
- 14.8. Day Constants
- 14.9. Week Constants
- 14.10. Month Constants
- 14.11. Year Constants
- 14.12. Time Constants
- 14.13. Timezone Constants
- 14.14. Date Format Constants (formats include timezone)
- 14.15. Date and Time Formats (format varies by locale)
- 14.16. Constants for ISO 8601 Date Output
- 14.17. Constants for PHP Date Output
- 14.18. Types of Supported Horizons for Sunset and Sunrise
- 15.1. Metadata Fields Returned by describeTable()
- 15.2. Constants used by getPart() and reset()
- 20.1. Feed Level API Methods
- 20.2. Extended Feed Level API Methods
- 20.3. Entry Level API Methods
- 20.4. Extended Entry Level API Methods
- 20.5. Core Extensions (pre-registered)
- 20.6. Non-Core Extensions (must register manually)
- 21.1. Different notations of the rename filter and their meaning
- 24.1. Metadata used in the code-sample below
- 25.1. Zend_Http_Client configuration parameters
- 25.2. Zend_Http_Client_Adapter_Socket configuration parameters
- 25.3. Zend_Http_Client configuration parameters
- 29.1. Options for accountCanonicalForm
- 29.2. Zend_Ldap Options
- 29.3. Zend_Ldap API
- 29.4. Zend_Ldap_Collection API
- 29.5. Zend_Ldap_Attribute API
- 29.6. Zend_Ldap_Dn API
- 29.7. Zend_Ldap_Filter API
- 29.8. Zend_Ldap_Node API
- 29.9. Zend_Ldap_Node_RootDse API
- 29.10. Zend_Ldap_Node_RootDse_OpenLdap API
- 29.11. Zend_Ldap_Node_RootDse_ActiveDirectory API
- 29.12. Zend_Ldap_Node_RootDse_eDirectory API
- 29.13. Zend_Ldap_Node_Schema API
- 29.14. Zend_Ldap_Node_Schema_AttributeType_Interface API
- 29.15. Zend_Ldap_Node_Schema_ObjectClass_Interface API
- 29.16. Zend_Ldap_Node_Schema_Item API
- 29.17. Zend_Ldap_Node_Schema_OpenLDAP API
- 29.18. Zend_Ldap_Node_Schema_AttributeType_OpenLDAP API
- 29.19. Zend_Ldap_Node_Schema_ObjectClass_OpenLDAP API
- 29.20. Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory API
- 29.21. Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory API
- 29.22. Zend_Ldif_Encoder API
- 30.1. Zend_Loader_Autoloader Methods
- 31.1. Details for getTranslationList($type = null, $locale = null, $value = null)
- 31.2. Details for getTranslation($value = null, $type = null, $locale = null)
- 31.3. Differences between Zend Framework 1.0 and 1.5
- 31.4. Format tokens for self generated number formats
- 31.5. Key values for getDate() with option 'fix_date'
- 31.6. Return values
- 31.7. Format definition
- 31.8. Example formats
- 31.9. List of all supported languages
- 31.10. List of measurement types
- 32.1. Firebug Logging Styles
- 33.1. Mail Read Feature Overview
- 33.2. Mail Folder Names
- 34.1. List of measurement types
- 37.1. Common page options
- 37.2. MVC page options
- 37.3. URI page options
- 39.1. Adapters for Zend_Paginator
- 39.2. Scrolling styles for Zend_Paginator
- 39.3. Properties available to view partials
- 39.4. Configuration methods for Zend_Paginator
- 46.1. Zend_Search_Lucene_Field Types
- 48.1. Zend_Service_Amazon_Item Properties
- 48.2. Zend_Service_Amazon_Image Properties
- 48.3. Zend_Service_Amazon_OfferSet Properties
- 48.4. Properties
- 48.5. Zend_Service_Amazon_SimilarProduct Properties
- 48.6. Zend_Service_Amazon_Accessories Properties
- 48.7. Zend_Service_Amazon_CustomerReview Properties
- 48.8. Zend_Service_Amazon_EditorialReview Properties
- 48.9. Zend_Service_Amazon_Listmania Properties
- 48.10. Available Instance Types
- 48.11. Valid Run Options
- 48.12. Launch permissions fall into three categories
- 48.13. Valid Attributes
- 48.14. Methods for retrieving public data
- 48.15. Methods of the Zend_Service_Delicious_SimplePost class
- 48.16. Zend_Service_Flickr_ResultSet Properties
- 48.17. Zend_Service_Flickr_Result Properties
- 48.18. Zend_Service_Flickr_Image Properties
- 48.19. Zend_Service_Yahoo_ResultSet
- 48.20. Zend_Service_Yahoo_LocalResultSet Properties
- 48.21. Zend_Service_Yahoo_Result Properties
- 48.22. Zend_Service_Yahoo_WebResult Properties
- 48.23. Zend_Service_Yahoo_ImageResult Properties
- 48.24. Zend_Service_Yahoo_VideoResult Properties
- 48.25. Zend_Service_Yahoo_LocalResult Properties
- 48.26. Zend_Service_Yahoo_NewsResult Properties
- 48.27. Zend_Service_Yahoo_Image Properties
- 52.1. Zend_Test_PHPUnit_DatabaseTestCase API Methods
- 56.1. Project Provider Options
- 56.2. Project Provider Options
- 57.1. Adapters for Zend_Translate
- 57.2. Options for translation adapters
- 57.3. Plural support
- 59.1. Available Validation Messages
- 61.1. Sitemap XML elements
- 63.1. PHP and XML-RPC Type Conversions
- 63.2. Zend_XmlRpc_Value Objects for XML-RPC Types
- 65.1. AjaxLink options
- 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
List of Examples
- 2.1. Multiple Inheritance among Roles
- 3.1. Basic AMF Server
- 3.2. Adding Message Headers to the AMF Response
- 4.1. Sample DB adapter resource configuration
- 4.2. Sample Front Controller resource configuration
- 4.3. Retrieving the Front Controller in your bootstrap
- 4.4. Configuring Modules
- 4.5. Retrieving a specific module bootstrap
- 4.6. Sample Navigation resource configuration
- 4.7. Sample Session resource configuration
- 4.8. Sample View resource configuration
- 5.1. Modifying the Session Namespace
- 5.2. Using a Custom Storage Class
- 5.3. Basic Usage
- 6.1. Getting a Frontend with Zend_Cache::factory()
- 6.2. Caching a Database Query Result
- 6.3. Caching Output with Zend_Cache Output Frontend
- 8.1. Generating PHP classes
- 8.2. Generating PHP classes with class properties
- 8.3. Generating PHP classes with class methods
- 8.4. Generating PHP files
- 8.5. Seeding PHP file code generation via reflection
- 8.6. Seeding PHP class generation via reflection
- 9.1. Using Zend_Config
- 9.2. Using Zend_Config with a PHP Configuration File
- 9.3. Using Zend_Config_Ini
- 9.4. Using Zend_Config_Xml
- 9.5. Using Tag Attributes in Zend_Config_Xml
- 10.1. Using Zend_Config_Writer
- 10.2. Modifying an Existing Config
- 11.1. Using the Short Syntax
- 11.2. Using the Long Syntax
- 11.3. Catching Getopt Exceptions
- 11.4. Using getOption()
- 11.5. Using __get() and __isset() Magic Methods
- 11.6. Using getRemainingArgs()
- 11.7. Using addRules()
- 11.8. Using setHelp()
- 11.9. Using setAliases()
- 11.10. Using addArguments() and setArguments()
- 11.11. Using setOption()
- 11.12. Using setOptions()
- 12.1. Handling Non-Existent Actions
- 12.2. Adding a Task Using Action, Controller and Module Names
- 12.3. Adding a Task Using a Request Object
- 12.4. AutoCompletion with Dojo Using Zend MVC
- 12.5. Allowing Actions to Respond To Ajax Requests
- 12.6. Setting Options
- 12.7. Using Defaults
- 12.8. Using goto()'s _forward() API
- 12.9. Using Route Assembly with gotoRoute()
- 12.10. Basic Usage
- 12.11. Disabling Autorender
- 12.12. Choosing a Different View Script
- 12.13. Modifying the Registered View
- 12.14. Changing the Path Specifications
- 12.15. Rendering Multiple View Scripts from a Single Action
- 12.16. Standard Usage
- 12.17. Setting a Different Error Handler
- 12.18. Using Accessors
- 13.1. Creating an Instance of Zend_Currency from the Locale
- 13.2. Other Ways to Create Instances of Zend_Currency
- 13.3. Creating an Output String for a Currency
- 13.4. Changing the displayed format of a currency
- 13.5. Getting Information about Currencies
- 13.6. Setting a New Locale
- 13.7. Caching currencies
- 14.1. Setting a Default Timezone
- 14.2. Creating the Current Date
- 14.3. get() - Output a Date
- 14.4. set() - Set a Date
- 14.5. add() - Adding Dates
- 14.6. compare() - Compare Dates
- 14.7. equals() - Identify a Date or Date Part
- 14.8. User-Specified Input Date Format
- 14.9. Operating on Parts of Dates
- 14.10. Date Creation by Instance
- 14.11. Static Date Creation
- 14.12. Quick Creation of Dates from Database Date Values
- 14.13. Convenient Creation of Dates from Database Date Values
- 14.14. Date Creation by Array
- 14.15. Self-Defined ISO Formats
- 14.16. Self-Defined Formats with PHP Specifier
- 14.17. Checking Dates
- 14.18. Getting all Available Cities
- 14.19. Getting the Location for a City
- 14.20. Calculating Sun Information
- 14.21. Working with Time Zones
- 14.22. Multiple Time Zones
- 15.1. Using an Adapter Constructor
- 15.2. Using the Adapter Factory Method
- 15.3. Using the Adapter Factory Method for a Custom Adapter Class
- 15.4. Using the Adapter Factory Method with a Zend_Config Object
- 15.5. Passing the Case-Folding Option to the Factory
- 15.6. Passing the Auto-Quoting Option to the Factory
- 15.7. Passing PDO Driver Options to the Factory
- 15.8. Passing Serialization Options to the Factory
- 15.9. Handling Connection Exceptions
- 15.10. Using fetchAll()
- 15.11. Using setFetchMode()
- 15.12. Using fetchAssoc()
- 15.13. Using fetchCol()
- 15.14. Using fetchPairs()
- 15.15. Using fetchRow()
- 15.16. Using fetchOne()
- 15.17. Inserting in a Table
- 15.18. Inserting Expressions in a Table
- 15.19. Using lastInsertId() for an Auto-Increment Key
- 15.20. Using lastInsertId() for a Sequence
- 15.21. Using lastSequenceId()
- 15.22. Updating Rows
- 15.23. Updating Rows Using an Array of Expressions
- 15.24. Updating Rows Using an Array of Arrays
- 15.25. Deleting Rows
- 15.26. Using quote()
- 15.27. Using quote() with a SQL Type
- 15.28. Using quoteInto()
- 15.29. Using quoteInto() with a SQL Type
- 15.30. Using quoteIdentifier()
- 15.31. Managing a Transaction to Ensure Consistency
- 15.32. Closing a Database Connection
- 15.33. Using the Persitence Flag with the Oracle Adapter
- 15.34. Running a Non-Prepared Statement in a PDO Adapter
- 15.35. Verifying server version before running a query
- 15.36. Creating a SQL statement object with query()
- 15.37. Using a SQL statement constructor
- 15.38. Executing a statement with positional parameters
- 15.39. Executing a statement with named parameters
- 15.40. Using fetch() in a loop
- 15.41. Using fetchAll()
- 15.42. Setting the fetch mode
- 15.43. Using fetchColumn()
- 15.44. Using fetchObject()
- 15.45. DB Profiling with Zend_Controller_Front
- 15.46. DB Profiling without Zend_Controller_Front
- 15.47. Example of the database adapter's select() method
- 15.48. Example of creating a new Select object
- 15.49. Example of the using methods to add clauses
- 15.50. Example of the using the fluent interface
- 15.51. Example of the from() method
- 15.52. Example of specifying a table correlation name
- 15.53. Example of specifying a schema name
- 15.54. Examples of specifying columns
- 15.55. Examples of specifying columns containing expressions
- 15.56. Examples of quoting columns in an expression
- 15.57. Examples of adding columns with the columns() method
- 15.58. Example of the join() method
- 15.59. Example of specifying no columns
- 15.60. Example of the joinUsing() method
- 15.61. Example of the where() method
- 15.62. Example of a parameter in the where() method
- 15.63. Example of an array parameter in the where() method
- 15.64. Example of multiple where() methods
- 15.65. Example of the orWhere() method
- 15.66. Example of parenthesizing Boolean expressions
- 15.67. Example of the group() method
- 15.68. Example of the having() method
- 15.69. Example of the order() method
- 15.70. Example of the limit() method
- 15.71. Example of the limitPage() method
- 15.72. Example of the distinct() method
- 15.73. Example of forUpdate() method
- 15.74. Example using the Db adapter's query() method
- 15.75. Example using the Select object's query method
- 15.76. Example of the __toString() method
- 15.77. Example of the getPart() method
- 15.78. Example of the reset() method
- 15.79. Declaring a table class with just the string name
- 15.80. Declaring a table class with explicit table name
- 15.81. Declaring a table class with implicit table name
- 15.82. Declaring a table class with schema
- 15.83. Declaring table and schema names upon instantiation
- 15.84. Example of specifying the primary key
- 15.85. Example of overriding the _setupTableName() method
- 15.86. Example usage of init() method
- 15.87. Example of constructing a Table using an Adapter object
- 15.88. Example of constructing a Table using a the Default Adapter
- 15.89. Example of constructing a Table using a Registry key
- 15.90. Example of inserting to a Table
- 15.91. Example of inserting expressions to a Table
- 15.92. Example of declaring a Table with auto-incrementing primary key
- 15.93. Example of declaring a Table with a sequence
- 15.94. Example of declaring a Table with a natural key
- 15.95. Example of updating rows in a Table
- 15.96. Example of deleting rows from a Table
- 15.97. Example of finding rows by primary key values
- 15.98. Example of finding rows by compound primary key values
- 15.99. Simple usage
- 15.100. Example of fluent interface
- 15.101. Example of finding rows by an expression
- 15.102. Example of finding rows by an expression
- 15.103. Retrieving specific columns
- 15.104. Retrieving expressions as columns
- 15.105. Using a lookup table to refine the results of fetchAll()
- 15.106. Removing the integrity check on Zend_Db_Table_Select to allow JOINed rows
- 15.107. Example of finding a single row by an expression
- 15.108. Example of getting the table name
- 15.109. Using a Default Metadata Cache for all Table Objects
- 15.110. Using a Metadata Cache for a Specific Table Object
- 15.111. Example of specifying the Row and Rowset classes
- 15.112. Example of changing the Row and Rowset classes
- 15.113. Custom logic to manage timestamps
- 15.114. Custom method to find bugs by status
- 15.115. Example of an abstract table class that implements inflection
- 15.116. Example of fetching a row
- 15.117. Example of reading a row in a rowset
- 15.118. Example of reading a column in a row
- 15.119. Example of using the toArray() method
- 15.120. Example of changing a column in a row
- 15.121. Example of creating a new row for a table
- 15.122. Example of populating a new row for a table
- 15.123. Example of using setFromArray() to set values in a new Row
- 15.124. Example of deleting a row
- 15.125. Example of serializing a row
- 15.126. Example of unserializing a serialized row
- 15.127. Example of reactivating a row
- 15.128. Specifying a custom Row class
- 15.129. Example usage of init() method
- 15.130. Example of custom logic in a Row class
- 15.131. Example of a Row class that logs insert data for multiple tables
- 15.132. Example of defining an inflection transformation
- 15.133. Example of fetching a rowset
- 15.134. Counting the Rows in a Rowset
- 15.135. Reading a Single Row from a Rowset
- 15.136. Iterating through a Rowset
- 15.137. Seeking to a known position into a Rowset
- 15.138. Using toArray()
- 15.139. Serializing a Rowset
- 15.140. Unserializing a Serialized Rowset
- 15.141. Reactivating a Rowset as Live Data
- 15.142. Specifying a custom Rowset class
- 15.143. Example of Rowset class with a new method
- 15.144. Fetching a Dependent Rowset
- 15.145. Fetching a Dependent Rowset By a Specific Rule
- 15.146. Fetching a Dependent Rowset using a Zend_Db_Table_Select
- 15.147. Fetching Dependent Rowsets using the Magic Method
- 15.148. Fetching the Parent Row
- 15.149. Fetching a Parent Row By a Specific Rule
- 15.150. Fetching the Parent Row using the Magic Method
- 15.151. Fetching a Rowset with the Many-to-many Method
- 15.152. Fetching a Rowset with the Many-to-many Method By a Specific Rule
- 15.153. Fetching Rowsets using the Magic Many-to-many Method
- 15.154. Example of a Cascading Delete
- 15.155. Example Declaration of Cascading Operations
- 15.156. Describing the Definition of a Database Data Model
- 15.157. Interacting with the described definition
- 15.158. Interacting A Mixed Use Zend_Db_Table Definition
- 16.1. Example of dump() method
- 17.1. Zend_Dojo_Data initialization via constructor
- 17.2. Zend_Dojo_Data initialization via mutators
- 17.3. Appending data to Zend_Dojo_Data
- 17.4. Specifying a label field in Zend_Dojo_Data
- 17.5. Populating Zend_Dojo_Data from JSON
- 17.6. Using Dojo View Helpers
- 17.7. dojo() View Helper Usage Example
- 17.8. Specifying Declarative and Programmatic Dojo Usage
- 17.9. Registering the Dojo View Helper Prefix Path
- 17.10. BorderContainer layout dijit example
- 17.11. Using CustomDijit to render a dojox.layout.ContentPane
- 17.12. Enabling Dojo in your existing forms
- 17.13. DijitElement Decorator Usage
- 17.14. DijitContainer Decorator Usage
- 17.15. Example Button dijit element usage
- 17.16. Example CheckBox dijit element usage
- 17.17. ComboBox dijit element usage as select input
- 17.18. ComboBox dijit element usage with datastore
- 17.19. Example CurrencyTextBox dijit element usage
- 17.20. Example DateTextBox dijit element usage
- 17.21. Example Editor dijit element usage
- 17.22. Example HorizontalSlider dijit element usage
- 17.23. Example NumberSpinner dijit element usage
- 17.24. Example NumberTextBox dijit element usage
- 17.25. Example PasswordTextBox dijit element usage
- 17.26. Example RadioButton dijit element usage
- 17.27. Example SimpleTextarea dijit element usage
- 17.28. Example SubmitButton dijit element usage
- 17.29. Example TextBox dijit element usage
- 17.30. Example Textarea dijit element usage
- 17.31. Example TimeTextBox dijit element usage
- 17.32. Example ValidationTextBox dijit element usage
- 17.33. Example VerticalSlider dijit element usage
- 17.34. Using Zend_Dojo_Form
- 17.35. Modifying an existing form to utilize Dojo
- 19.1. Catching an Exception
- 20.1. Putting Zend_Feed to Work on RSS Feed Data
- 20.2. Basic Use of an Atom Feed
- 20.3. Reading a Single-Entry Atom Feed
- 20.4. Using the Entry Object Directly for a Single-Entry Atom Feed
- 20.5. Modifying an Existing Feed Entry
- 20.6. Creating an Atom Entry with Elements of Custom Namespaces
- 20.7. Extending the Atom Entry Class with Custom Namespaces
- 21.1. Simple Form for Uploading Files
- 21.2. Checking Files
- 21.3. Getting the Filename
- 21.4. Getting the size of a file
- 21.5. Getting the hash of a file
- 21.6. Getting the mimetype of a file
- 21.7. Using the progressbar adapter to retrieve the actual state
- 21.8. Manual usage of the file progress
- 21.9. Add Validators to a File Transfer Object
- 21.10. Limit Validators to Single Files
- 21.11. Add Multiple Validators
- 21.12. Validate the Files
- 21.13. Using the Count Validator
- 21.14. Using the Crc32 Validator
- 21.15. Using the ExcludeExtension Validator
- 21.16. Using the ExcludeMimeType Validator
- 21.17. Using the Exists Validator
- 21.18. Using the Extension Validator
- 21.19. Using the FilesSize Validator
- 21.20. Using the ImageSize Validator
- 21.21. Using the IsCompressed Validator
- 21.22. Using the IsImage Validator
- 21.23. Using the Hash Validator
- 21.24. Using the Md5 Validator
- 21.25. Using the MimeType Validator
- 21.26. Using the NotExists Validator
- 21.27. Using the sha1 Validator
- 21.28. Using the Size Validator
- 21.29. Using the WordCount Validator
- 21.30. Add filters to a file transfer
- 21.31. Limit filters to single files
- 21.32. Add multiple filters
- 21.33. Using the Decrypt filter with Mcrypt
- 21.34. Using the Decrypt filter with OpenSSL
- 21.35. Using the Encrypt filter with Mcrypt
- 21.36. Using the Encrypt filter with OpenSSL
- 21.37. Using the LowerCase filter
- 21.38. Using the Rename filter
- 21.39. Using the UpperCase filter
- 21.40. Changes for the rename filter from 1.6 to 1.7
- 21.41. Changes for the count validator from 1.6 to 1.7
- 21.42. Changes for the extension validator from 1.6 to 1.7
- 21.43. Changes for the filessize validator from 1.6 to 1.7
- 21.44. Changes for the hash validator from 1.6 to 1.7
- 21.45. Changes for the imagesize validator from 1.6 to 1.7
- 21.46. Changes for the size validator from 1.6 to 1.7
- 21.47. How to change your file validators from 1.6.1 to 1.6.2
- 22.1. Transforming MixedCase and camelCaseText to another format
- 22.2. Setting Multiple Rules at Once
- 22.3. Using Zend_Config with Zend_Filter_Inflector
- 23.1. Custom Label
- 23.2. Setting Prefix Paths for All Elements
- 23.3. Setting Decorators for All Elements
- 23.4. Setting Decorators for Some Elements
- 23.5. Setting Filters for All Elements
- 23.6. Setting Decorator Prefix Path for All Display Groups
- 23.7. Setting Decorators for All Display Groups
- 23.8. File form element usage
- 23.9. Explicit file retrievement
- 23.10. Checking if an optional file has been uploaded
- 23.11. Setting multiple files
- 23.12. Registration Form Example
- 24.1. Passing a Developer Key and ClientID to Zend_Gdata_YouTube
- 24.2. Searching for videos
- 24.3. Searching for videos in specific categories
- 24.4. Retrieving a standard video feed
- 24.5. Using a Zend_Gdata_YouTube_VideoQuery to Retrieve Videos
- 24.6. Retrieving a video feed by URL
- 24.7. Retrieving videos uploaded by a specific user
- 24.8. Retrieving a user's favorite videos
- 24.9. Retrieving a feed of video responses
- 24.10. Retrieving a feed of video comments from a video ID
- 24.11. Retrieving a Feed of Video Comments from a Zend_Gdata_YouTube_VideoEntry
- 24.12. Retrieving the playlists of a user
- 24.13. Retrieving a specific playlist
- 24.14. Retrieving all subscriptions for a user
- 24.15. Retrieving a user's profile
- 24.16. Uploading a video
- 24.17. Browser-based upload
- 24.18. Browser-based upload: Creating the HTML form
- 24.19. Checking video upload status
- 25.1. Instantiating a Zend_Http_Client Object
- 25.2. Performing a Simple GET Request
- 25.3. Using Request Methods Other Than GET
- 25.4. Setting GET Parameters
- 25.5. Setting POST Parameters
- 25.6. Forcing RFC 2616 Strict Redirections on 301 and 302 Responses
- 25.7. Setting Cookies Using setCookie()
- 25.8. Enabling Cookie Stickiness
- 25.9. Setting A Single Custom Request Header
- 25.10. Setting Multiple Custom Request Headers
- 25.11. Using setFileUpload to Upload Files
- 25.12. Sending Raw POST Data
- 25.13. Setting HTTP Authentication User and Password
- 25.14. Performing consecutive requests with one client
- 25.15. Changing the HTTPS transport layer
- 25.16. Setting stream context options for the Socket adapter
- 25.17. Using Zend_Http_Client behind a proxy server
- 25.18. Setting cURL options
- 25.19. Transfering Files by Handle
- 25.20. Testing Against a Single HTTP Response Stub
- 25.21. Testing Against Multiple HTTP Response Stubs
- 25.22. Creating your own connection adapter
- 25.23. Internal storage of uploaded file information
- 25.24. Instantiating a Zend_Http_Cookie object
- 25.25. Stringifying a Zend_Http_Cookie object
- 25.26. Using getter methods with Zend_Http_Cookie
- 25.27. Matching cookies
- 25.28. Instantiating a Zend_Http_Response Object Using the Factory Method
- 25.29. Using the isError() method to validate a response
- 25.30. Using Zend_Http_Response Accessor Methods
- 25.31. Accessing Response Headers
- 27.1. Zend_Json_Server Usage
- 28.1. Passing options to the constructor or startMvc()
- 28.2. Using setOption() and setConfig()
- 28.3. Using Accessors
- 28.4. Using Zend_Layout accessors to modify the inflector
- 28.5. Direct modification of Zend_Layout inflector
- 28.6. Custom inflectors
- 29.1. Getting an entry by its DN
- 29.2. Check for the existence of a given DN
- 29.3. Count children of a given DN
- 29.4. Searching the LDAP tree
- 29.5. Add a new entry to the LDAP
- 29.6. Delete an existing entry from the LDAP
- 29.7. Update an existing entry on the LDAP
- 29.8. Copy a LDAP entry recursively with all its descendants
- 29.9. Move a LDAP entry recursively with all its descendants to a different subtree
- 29.10. Create simple LDAP filters
- 29.11. Create more complex LDAP filters
- 29.12. Traverse LDAP tree recursively
- 29.13. Getting hands on the RootDSE
- 29.14. Getting hands on the server schema
- 30.1. Example of the loadFile() Method
- 30.2. Example of the loadClass() Method
- 30.3. Example of isReadable() method
- 30.4. Example of registering the autoloader callback method
- 30.5. Example of registering the autoload callback method from an extended class
- 30.6. Using the PluginLoader class file include cache
- 31.1. Choosing a specific locale
- 31.2. Automatically selecting a locale
- 31.3. Using automatic locales
- 31.4. Handling locale exceptions
- 31.5. Setting a default locale
- 31.6. Dates default to correct locale of web users
- 31.7. Overriding default locale selection
- 31.8. Performance optimization when using a default locale
- 31.9. Usage of an application wide locale
- 31.10. Dates default to correct locale of web users
- 31.11. Using STANDARD definitions for setOptions()
- 31.12. clone
- 31.13. Check for equal locales
- 31.14. Get default locales
- 31.15. setLocale
- 31.16. getLanguage and getRegion
- 31.17. getTranslationList
- 31.18. getTranslationList
- 31.19. Converting country name in one language to another
- 31.20. All Languages written in their native language
- 31.21. getQuestion()
- 31.22. getLocaleList()
- 31.23. Simple locale detection
- 31.24. Strict locale detection
- 31.25. Implement locale aware behaviour
- 31.26. Locale aware behaviour as with Zend Framework 1.8
- 31.27. Number normalization
- 31.28. Number normalization with precision
- 31.29. Number localization
- 31.30. Number localization with precision
- 31.31. Using a self defined number format
- 31.32. Number testing
- 31.33. Floating point value normalization
- 31.34. Floating point value localization
- 31.35. Floating point value testing
- 31.36. Integer value normalization
- 31.37. Integer value localization
- 31.38. Integer value testing
- 31.39. Converting numerals from Eastern Arabic scripts to European/Latin scripts
- 31.40. Converting numerals from Latin script to Eastern Arabic script
- 31.41. Getting 4 letter CLDR script code using a native-language name of the script
- 31.42. Normalizing a date
- 31.43. Normalizing a date by locale
- 31.44. Normalizing a date with time
- 31.45. Normalizing a userdefined date
- 31.46. Automatic correction of input dates
- 31.47. Date testing
- 31.48. Normalize an unknown time
- 31.49. Testing a time
- 31.50. Disabling default caching
- 31.51. How to change isLocale() from 1.6 to 1.7
- 31.52. How to change getDefault() from 1.6 to 1.7
- 32.1. Logging with Zend_Controller_Front
- 32.2. Logging without Zend_Controller_Front
- 33.1. Simple E-Mail with Zend_Mail
- 33.2. Passing additional parameters to the Zend_Mail_Transport_Sendmail transport
- 33.3. Sending E-Mail via SMTP
- 33.4. Sending Multiple Mails per SMTP Connection
- 33.5. Manually controlling the transport connection
- 33.6. Using Different Transports
- 33.7. Sending HTML E-Mail
- 33.8. E-Mail Messages with Attachments
- 33.9. Changing the MIME Boundary
- 33.10. Adding E-Mail Message Headers
- 33.11. Enabling authentication within Zend_Mail_Transport_Smtp
- 33.12. Enabling a secure connection within Zend_Mail_Transport_Smtp
- 34.1. Converting measurements
- 34.2. The meter measurement
- 34.3. Creation using integer and floating values
- 34.4. Creation using strings
- 34.5. Arbitrary text input containing measurements
- 34.6. Localized string
- 34.7. Automatic output
- 34.8. Output a value
- 34.9. Outputting units
- 34.10. Convert
- 34.11. Adding units
- 34.12. Subtract
- 34.13. Different measurements
- 34.14. Identical measurements
- 34.15. Difference
- 34.16. Changing a value
- 34.17. Changing the type
- 35.1. Using Zend_Memory component
- 37.1. Custom page properties
- 37.2. getHref() generates the page URI
- 37.3. isActive() determines if page is active
- 37.4. Using routes
- 37.5. The most simple custom page
- 37.6. A custom page with properties
- 37.7. Creating an MVC page using the page factory
- 37.8. Creating a URI page using the page factory
- 37.9. Creating a custom page type using the page factory
- 37.10. Creating a container using an array
- 37.11. Creating a container using a config object
- 37.12. Adding pages to a container
- 37.13. Removing pages from a container
- 37.14. Finding pages in a container
- 37.15. Iterating a container
- 37.16. Converting a container to an array
- 38.1. The Simple OpenID Login form
- 38.2. The Authentication Request Handler
- 38.3. The Authentication Response Verifier
- 38.4. The Complete OpenID Login Script
- 38.5. Authentication Request for Specified Realm
- 38.6. Immediate Check without Interaction
- 38.7. Database Storage
- 38.8. Sending Requests with a Simple Registration Extension
- 38.9. Verifying Responses with a Simple Registration Extension
- 38.10. Zend_Auth Adapter for OpenID
- 38.11. The Identity
- 38.12. Simple Identity Provider
- 38.13. Simple Login Screen
- 38.14. Simple Trust Screen
- 38.15. Everything Together
- 38.16. Identity with Profile
- 38.17. Provider with SREG
- 40.1. Create new or load existing PDF document
- 40.2. Requesting Specific Revisions of a PDF Document
- 40.3. Saving PDF Documents
- 40.4. PDF document pages management
- 40.5. Cloning existing page
- 40.6. Draw a string on the page
- 40.7. Draw a UTF-8-encoded string on the page
- 40.8. Create a standard font
- 40.9. Create a TrueType font
- 40.10. Create a TrueType font, but do not embed it in the PDF document
- 40.11. Do not throw an exception for fonts that cannot be embedded
- 40.12. Do not compress an embedded font
- 40.13. Combining font embedding options
- 40.14. Combining font embedding options
- 40.15. Extracting fonts from a loaded document
- 40.16. Extracting font from a loaded document by specifying font name
- 40.17. Image drawing
- 40.18. Destinations usage example
- 40.19. Zend_Pdf module usage demo
- 41.1. Basic example for the client-side stuff
- 43.1. Performing reflection on a file
- 43.2. Performing reflection on a class
- 43.3. Performing reflection on a method
- 43.4. Performing reflection on a docblock
- 44.1. Example of set() Method Usage
- 44.2. Example of get() Method Usage
- 44.3. Example of Iterating over the Registry
- 44.4. Example of Constructing a Registry
- 44.5. Example of Initializing the Singleton Registry
- 44.6. Example of Array Access
- 44.7. Example of Object Access
- 44.8. Example of isRegistered() Method Usage
- 44.9. Example of isset() Method Usage
- 44.10. Example of Specifying the Singleton Registry's Class Name
- 44.11. Example of _unsetInstance() Method Usage
- 45.1. A basic REST request
- 45.2. Response Status
- 45.3. Using Technorati's Rest Service
- 45.4. Example Technorati Response
- 45.5. Setting Request Arguments
- 45.6. Basic Zend_Rest_Server Usage - Classes
- 45.7. Basic Zend_Rest_Server Usage - Functions
- 45.8. Returning Custom Status
- 45.9. Return Custom XML
- 46.1. Custom text Analyzer
- 48.1. isSpam() Usage
- 48.2. submitSpam() Usage
- 48.3. submitHam() Usage
- 48.4. Search Amazon Using the Traditional API
- 48.5. Search Amazon Using the Query API
- 48.6. Choosing an Amazon Web Service Country
- 48.7. Looking up a Specific Amazon Item by ASIN
- 48.8. Performing Amazon Item Searches
- 48.9. Using the ResponseGroup Option
- 48.10. Search Amazon Using the Alternative Query API
- 48.11. setKeys() Example
- 48.12. setRegion() Example
- 48.13. Starting New Ec2 Instances
- 48.14. Rebooting an Ec2 Instances
- 48.15. Terminating an Ec2 Instances
- 48.16. Describing Instances
- 48.17. Describing Instances By Image Id
- 48.18. Retreiving Console Output
- 48.19. Confirm Product Code on an Instance
- 48.20. Turn on CloudWatch Monitoring on an Instance(s)
- 48.21. Turn off CloudWatch Monitoring on an Instance(s)
- 48.22. Bundles an Amazon EC2 instance running Windows
- 48.23. Describes current bundling tasks
- 48.24. Cancels an Amazon EC2 bundling operation
- 48.25. Describes Reserved Instances that you purchased
- 48.26. Describe current Reserved Instance Offerings available
- 48.27. Turn off CloudWatch Monitoring on an Instance(s)
- 48.28. Listing Aviable Metrics
- 48.29. Return Statistics for a given metric
- 48.30. Register an AMI with EC2
- 48.31. Deregister an AMI with EC2
- 48.32. Describe an AMI
- 48.33. Modify Image Attributes
- 48.34. Reset an AMI Attribute
- 48.35. Describe AMI Attribute
- 48.36. Create a new EBS Volume
- 48.37. Create an EBS Volume from a Snapshot
- 48.38. Create a Snapshot of an EBS Volume
- 48.39. Describing an EBS Volume
- 48.40. Describe Attached Volumes
- 48.41. Describe an EBS Volume Snapshot
- 48.42. Attaching an EBS Volume
- 48.43. Detaching an EBS Volume
- 48.44. Deleting an EBS Volume
- 48.45. Deleting an EBS Volume Snapshot
- 48.46. Allocating a new Elastic IP
- 48.47. Describing Allocated Elastic IP Addresses
- 48.48. Releasing Elastic IP
- 48.49. Associates an Elastic IP to an Instance
- 48.50. Disassociate an Elastic IP from an instance
- 48.51. Creating a new Amazon Keypair
- 48.52. Deleting an Amazon Keypair
- 48.53. Describe an Amazon Keypair
- 48.54. Viewing the available regions
- 48.55. Viewing the available zones
- 48.56. Create a new Security Group
- 48.57. Describe a Security Group
- 48.58. Delete a Security Group
- 48.59. Authorizing by IP
- 48.60. Authorize By Group
- 48.61. Revoke by IP
- 48.62. Revoke By Group
- 48.63. Zend_Service_Amazon_S3 Usage Example
- 48.64. Zend_Service_Amazon_S3 Bucket Removal Example
- 48.65. Zend_Service_Amazon_S3 Bucket Listing Example
- 48.66. Zend_Service_Amazon_S3 Public Object Example
- 48.67. Zend_Service_Amazon_S3 Object Listing Example
- 48.68. Zend_Service_Amazon_S3 Streams Example
- 48.69. Zend_Service_Amazon_Sqs Usage Example
- 48.70. Zend_Service_Amazon_Sqs Queue Removal Example
- 48.71. Zend_Service_Amazon_Sqs Queue Count Example
- 48.72. Zend_Service_Amazon_Sqs Queue Listing Example
- 48.73. Zend_Service_Amazon_Sqs Message Send Example
- 48.74. Zend_Service_Amazon_Sqs Message Receive Example
- 48.75. Zend_Service_Amazon_Sqs Message Delete Example
- 48.76. Retrieving User Profile Information
- 48.77. Retrieving a User's Weekly Artist Chart
- 48.78. Retrieving Related Artists
- 48.79. Get all posts
- 48.80. Accessing post lists
- 48.81. Filtering a Post List with Specific Tags
- 48.82. Filtering a Post List by URL
- 48.83. Post editing
- 48.84. Method call chaining
- 48.85. Deleting posts
- 48.86. Adding a post
- 48.87. Tags
- 48.88. Bundles
- 48.89. Retrieving public data
- 48.90. Changing the HTTP client of Zend_Rest_Client
- 48.91. Configuring your HTTP client to keep connections alive
- 48.92. Simple Flickr Photo Search
- 48.93. Finding a Flickr User's Public Photos by E-Mail Address
- 48.94. Retrieving a Group's Pool Photos by Group ID
- 48.95. Retrieving Flickr Image Details
- 48.96. Querying Links
- 48.97. Modifying Links
- 48.98. Working With Tags
- 48.99. Working With Notes
- 48.100. Retrieving Watchlists
- 48.101. Sending your first query
- 48.102. Refining your query
- 48.103. Sending multiple queries with the same Zend_Service_Technorati instance
- 48.104. Consuming a result set object
- 48.105. Seeking a specific result set object
- 48.106. Consuming a standalone result object
- 48.107. Handling a Query Exception
- 48.108. Getting API key daily usage information
- 48.109. Cosmos Query
- 48.110. Search Query
- 48.111. Tag Query
- 48.112. DailyCounts Query
- 48.113. TopTags Query
- 48.114. BlogInfo Query
- 48.115. BlogPostTags Query
- 48.116. GetInfo Query
- 48.117. Iterating result objects from a resultset collection
- 48.118. Creating the Twitter Class
- 48.119. Verifying credentials
- 48.120. Sessions ending
- 48.121. Rating limit status
- 48.122. Retrieving public timeline
- 48.123. Retrieving friends timeline
- 48.124. Retrieving user timeline
- 48.125. Showing user status
- 48.126. Updating user status
- 48.127. Showing user replies
- 48.128. Deleting user status
- 48.129. Retrieving user friends
- 48.130. Retrieving user followers
- 48.131. Showing user informations
- 48.132. Retrieving recent direct messages received
- 48.133. Retrieving recent direct messages sent
- 48.134. Sending direct message
- 48.135. Deleting direct message
- 48.136. Creating friend
- 48.137. Deleting friend
- 48.138. Checking friend existence
- 48.139. Retrieving favorites
- 48.140. Creating favorites
- 48.141. Deleting favorites
- 48.142. Checking if block exists
- 48.143. Blocking a user
- 48.144. Removing a block
- 48.145. Who are you blocking
- 48.146. JSON Search Example
- 48.147. ATOM Search Example
- 48.148. Searching the Web with Yahoo!
- 48.149. Finding Images with Yahoo!
- 48.150. Finding videos with Yahoo!
- 48.151. Finding Local Businesses and Services with Yahoo!
- 48.152. Searching Yahoo! News
- 48.153. Searching Yahoo! Site Explorer Inbound Links
- 48.154. Searching Yahoo! Site Explorer's PageData
- 49.1. Counting Page Views
- 49.2. New Way: Namespaces Avoid Collisions
- 49.3. Old Way: PHP Session Access
- 49.4. Session Iteration
- 49.5. Accessing Session Data
- 49.6. Starting the Global Session
- 49.7. Locking Session Namespaces
- 49.8. Expiration Examples
- 49.9. Namespaced Sessions for Controllers with Automatic Expiration
- 49.10. Limiting Session Namespace Access to a Single Instance
- 49.11. Modifying Array Data with a Session Namespace
- 49.12. Building Arrays Prior to Session Storage
- 49.13. Workaround: Reassign a Modified Array
- 49.14. Workaround: store array containing reference
- 49.15. PHPUnit Testing Code Dependent on Zend_Session
- 49.16. Using Zend_Config to Configure Zend_Session
- 49.17. Session Fixation
- 49.18. Basic Setup
- 49.19. Using a Multi-Column Primary Key
- 51.1. Using Zend_Tag
- 51.2. Using Zend_Tag_Cloud
- 52.1. Application Login TestCase example
- 52.2. Testing a UserController
- 52.3. Database integration example
- 53.1. Using Zend_Text_Figlet
- 53.2. Using Zend_Text_Table
- 55.1. Exposing Your Providers with a Manifest
- 57.1. Example of single-language PHP code
- 57.2. Example of multi-lingual PHP code
- 57.3. Example TMX file
- 57.4. Example CSV file
- 57.5. Second CSV file example
- 57.6. Example INI file
- 57.7. Using translation options
- 57.8. Handling languages with adapters
- 57.9. Automatically language detection
- 57.10. Scanning a directory structure for sources
- 57.11. Directory scanning for languages
- 57.12. Filename scanning for languages
- 57.13. Checking if a text is translatable
- 57.14. Log translations
- 57.15. Self defined log messages
- 57.16. Handling languages with adapters
- 57.17. Example of traditional plural translations
- 57.18. Example of modern plural translations
- 57.19. Example of modern plural translations using a different source language
- 57.20. Setting languages without getting notices
- 58.1. Creating a New URI with Zend_Uri::factory()
- 58.2. Manipulating an Existing URI with Zend_Uri::factory()
- 58.3. URI Validation with Zend_Uri::check()
- 58.4. Allowing special characters in URIs
- 58.5. Getting the Scheme from a Zend_Uri_* Object
- 58.6. Getting the Entire URI from a Zend_Uri_* Object
- 58.7. Validating a Zend_Uri_* Object
- 59.1. Sitemap Lastmod Validator
- 59.2. Sitemap Priority Validator
- 59.3. Creating a Simple Validation Class
- 59.4. Writing a Validation Class having Dependent Conditions
- 59.5. Validation with Independent Conditions, Multiple Reasons for Failure
- 60.1. Example of the compareVersion() Method
- 61.1. Basic Usage of Action View Helper
- 61.2. Cycle Helper Basic Usage
- 61.3. Working with two or more cycles
- 61.4. Basic Usage of Partials
- 61.5. Using PartialLoop to Render Iterable Models
- 61.6. Rendering Partials in Other Modules
- 61.7. Basic Usage of Placeholders
- 61.8. Using Placeholders to Aggregate Content
- 61.9. Using Placeholders to Capture Content
- 61.10. Doctype Helper Basic Usage
- 61.11. Retrieving the Doctype
- 61.12. HeadLink Helper Basic Usage
- 61.13. HeadMeta Helper Basic Usage
- 61.14. Headscript With Conditional Comments
- 61.15. HeadScript Helper Basic Usage
- 61.16. Capturing Scripts Using the HeadScript Helper
- 61.17. Headstyle With Conditional Comments
- 61.18. HeadStyle Helper Basic Usage
- 61.19. Capturing Style Declarations Using the HeadStyle Helper
- 61.20. HeadTitle Helper Basic Usage
- 61.21. Flash helper
- 61.22. Customizing the object by passing additional arguments
- 61.23. Proxying calls to the navigation container
- 61.24. Rendering breadcrumbs
- 61.25. Specifying indentation
- 61.26. Customize breadcrumbs output
- 61.27. Rendering breadcrumbs using a partial view script
- 61.28. Specify relations in pages
- 61.29. Default rendering of links
- 61.30. Specify which relations to render
- 61.31. Rendering a menu
- 61.32. Calling renderMenu() directly
- 61.33. Rendering the deepest active menu
- 61.34. Rendering a menu with maximum depth
- 61.35. Rendering a menu with minimum depth
- 61.36. Rendering only the active branch of a menu
- 61.37. Rendering only the active branch of a menu with minimum depth
- 61.38. Rendering only the active branch of a menu with maximum depth
- 61.39. Rendering only the active branch of a menu with maximum depth and no parents
- 61.40. Rendering a custom menu using a partial view script
- 61.41. Rendering an XML sitemap
- 61.42. Registered instance
- 61.43. Within the view
- 61.44. Direct usage
- 61.45. Single parameter
- 61.46. List of parameters
- 61.47. Array of parameters
- 61.48. Change locale dynamically
- 61.49. Change locale statically
- 61.50. Get the currently set locale
- 63.1. XML-RPC Method Call
- 63.2. XML-RPC Method Call with Parameters
- 63.3. Proxy the Default Namespace
- 63.4. Proxy Any Namespace
- 63.5. Handling HTTP Errors
- 63.6. Handling XML-RPC Faults
- 63.7. Processing Request to Response
- 64.1. Basic example for processing
- 65.1. jQuery() View Helper Example
- 65.2. Building your own Helper with No Conflict Mode
- 65.3. Showing jQuery Form View Helper Usage
- 65.4. Showing the latest news in a Tab Container
- 65.5. SubForms with TabContainer Decorator
- E.1. Example: Optimized include_path