Zend Framework 2 Logo
latest
  • Overview
  • Installation
  • Getting Started with Zend Framework 2
  • Getting started: A skeleton application
  • Modules
  • Routing and controllers
  • Create the controller
  • Database and models
  • Styling and Translations
  • Forms and actions
  • Conclusion
  • Introducing our first “Blog” Module
  • Introducing Services and the ServiceManager
  • Preparing for different Database-Backends
  • Introducing Zend\Db\Sql and Zend\Stdlib\Hydrator
  • Understanding the Router
  • Making use of Forms and Fieldsets
  • Editing and Deleting Data
  • Reviewing the Blog-application
  • Getting Started with Zend Framework 2
  • A quick tour of the skeleton application
  • The MyTaskList application
  • The application’s pages
  • Listing tasks
  • Styling
  • Adding new tasks
  • Editing a task
  • Deleting a task
  • Application Diagnostics
  • Step-by-step debugging
  • Conclusion
  • Zend Framework Tool (ZFTool)
  • Learning Dependency Injection
  • Unit Testing a Zend Framework 2 application
  • Using the EventManager
  • Wildcards
  • Listener aggregates
  • Advanced Configuration Tricks
  • Using Zend\Navigation in your Album Module
  • Using Zend\Paginator in your Album Module
  • Using the PaginationControl View Helper
  • Setting up a database adapter
  • Migration from Zend Framework 1
  • Namespacing Old Classes
  • Running Zend Framework 2 and Zend Framework 1 in parallel
  • Introduction to Zend\Authentication
  • Database Table Authentication
  • Digest Authentication
  • HTTP Authentication Adapter
  • LDAP Authentication
  • Authentication Validator
  • Introduction to Zend\Barcode
  • Barcode creation using Zend\Barcode\Barcode class
  • Zend\Barcode Objects
  • Zend\Barcode Renderers
  • Zend\Cache\Storage\Adapter
  • Zend\Cache\Storage\Capabilities
  • Zend\Cache\Storage\Plugin
  • Zend\Cache\Pattern
  • Zend\Cache\Pattern\CallbackCache
  • Zend\Cache\Pattern\ClassCache
  • Zend\Cache\Pattern\ObjectCache
  • Zend\Cache\Pattern\OutputCache
  • Zend\Cache\Pattern\CaptureCache
  • Introduction to Zend\Captcha
  • Captcha Operation
  • CAPTCHA Adapters
  • Introduction
  • Zend\Code\Generator Reference
  • Zend\Code\Generator Examples
  • Introduction to Zend\Config
  • Theory of Operation
  • Zend\Config\Reader
  • Zend\Config\Writer
  • Zend\Config\Processor
  • The Factory
  • Introduction to Zend\Console
  • Console routes and routing
  • Console-aware modules
  • Console-aware action controllers
  • Console adapters
  • Console prompts
  • Zend\Console\Getopt
  • Declaring Getopt Rules
  • Fetching Options and Arguments
  • Configuring Zend\Console\Getopt
  • Introduction to Zend\Crypt
  • Encrypt/decrypt using block ciphers
  • Encrypt/decrypt a file
  • Key derivation function
  • Password
  • Public key cryptography
  • Zend\Db\Adapter
  • Zend\Db\ResultSet
  • Zend\Db\Sql
  • Zend\Db\Sql\Ddl
  • Zend\Db\TableGateway
  • Zend\Db\RowGateway
  • Zend\Db\Metadata
  • Dumping Variables
  • Introduction to Zend\Di
  • Zend\Di Quickstart
  • Zend\Di Definition
  • Zend\Di InstanceManager
  • Zend\Di Configuration
  • Zend\Di Debugging & Complex Use Cases
  • Introduction to Zend\Dom
  • Zend\Dom\Query
  • Introduction to Zend\Escaper
  • Theory of Operation
  • Configuring Zend\Escaper
  • Escaping HTML
  • Escaping HTML Attributes
  • Escaping Javascript
  • Escaping Cascading Style Sheets
  • Escaping URLs
  • The EventManager
  • Introduction to Zend\Feed
  • Importing Feeds
  • Retrieving Feeds from Web Pages
  • Consuming an RSS Feed
  • Consuming an Atom Feed
  • Consuming a Single Atom Entry
  • Zend\Feed and Security
  • Zend\Feed\Reader\Reader
  • Zend\Feed\Writer\Writer
  • Zend\Feed\PubSubHubbub
  • Zend\File\ClassFileLocator
  • Introduction to Zend\Filter
  • Standard Filter Classes
  • Word Filters
  • File Filter Classes
  • Filter Chains
  • Zend\Filter\Inflector
  • Using the StaticFilter
  • Writing Filters
  • Introduction
  • Quick Start
  • Form Collections
  • File Uploading
  • Advanced use of forms
  • Form Elements
  • Form View Helpers
  • Zend\Http
  • The Request Class
  • The Response Class
  • The Headers Class
  • HTTP Client
  • HTTP Client - Connection Adapters
  • HTTP Client - Advanced Usage
  • HTTP Client - Static Usage
  • Translating
  • I18n View Helpers
  • I18n Filters
  • I18n Validators
  • Alnum Validator
  • Alpha Validator
  • IsFloat
  • Introduction
  • Input filter specifications
  • File Upload Input
  • Introduction
  • Basic Usage
  • Advanced Usage
  • XML to JSON conversion
  • Zend\Json\Server - JSON-RPC server
  • Introduction to Zend\Ldap
  • API overview
  • Zend\Ldap\Ldap
  • Zend\Ldap\Attribute
  • Zend\Ldap\Converter\Converter
  • Zend\Ldap\Dn
  • Zend\Ldap\Filter
  • Zend\Ldap\Node
  • Zend\Ldap\Node\RootDse
  • Zend\Ldap\Node\Schema
  • Zend\Ldap\Ldif\Encoder
  • Usage Scenarios
  • Tools
  • Object-oriented access to the LDAP tree using Zend\Ldap\Node
  • Getting information from the LDAP server
  • Serializing LDAP data to and from LDIF
  • The AutoloaderFactory
  • The StandardAutoloader
  • The ClassMapAutoloader
  • The ModuleAutoloader
  • The SplAutoloader Interface
  • The PluginClassLoader
  • The ShortNameLocator Interface
  • The PluginClassLocator interface
  • The Class Map Generator utility: bin/classmap_generator.php
  • Zend\Log
  • Writers
  • Filters
  • Formatters
  • Introduction to Zend\Mail
  • Zend\Mail\Message
  • Zend\Mail\Transport
  • Zend\Mail\Transport\SmtpOptions
  • Zend\Mail\Transport\FileOptions
  • Introduction to Zend\Math
  • Overview
  • Memory Manager
  • Memory Objects
  • Zend\Mime
  • Zend\Mime\Message
  • Zend\Mime\Part
  • Introduction to the Module System
  • The Module Manager
  • The Module Class
  • The Module Autoloader
  • Best Practices when Creating Modules
  • Introduction to the MVC Layer
  • Quick Start
  • Default Services
  • Routing
  • The MvcEvent
  • The SendResponseEvent
  • Available Controllers
  • Controller Plugins
  • Examples
  • Introduction to Zend\Navigation
  • Quick Start
  • Pages
  • Containers
  • View Helpers
  • View Helper - Breadcrumbs
  • View Helper - Links
  • View Helper - Menu
  • View Helper - Sitemap
  • View Helper - Navigation Proxy
  • Introduction to Zend\Paginator
  • Usage
  • Configuration
  • Advanced usage
  • Introduction to Zend\Permissions\Acl
  • Refining Access Controls
  • Advanced Usage
  • Introduction to Zend\Permissions\Rbac
  • Methods
  • Examples
  • Progress Bars
  • File Upload Handlers
  • Introduction to Zend\Serializer
  • Zend\Serializer\Adapter
  • Introduction to Zend\Server
  • Zend\Server\Reflection
  • Zend\ServiceManager
  • Zend\ServiceManager Quick Start
  • Delegator service factories
  • Lazy Services
  • Session Config
  • Session Container
  • Session Manager
  • Session Save Handlers
  • Session Storage
  • Session Validators
  • Zend\Soap\Server
  • Zend\Soap\Client
  • WSDL Accessor
  • AutoDiscovery
  • Zend\Stdlib\Hydrator
  • Zend\Stdlib\Hydrator\Filter
  • Zend\Stdlib\Hydrator\Strategy
  • AggregateHydrator
  • CompositeNamingStrategy
  • IdentityNamingStrategy
  • MapNamingStrategy
  • UnderscoreNamingStrategy
  • Introduction to Zend\Tag
  • Creating tag clouds with Zend\Tag\Cloud
  • Introduction to Zend\Test
  • Unit testing with PHPUnit
  • Zend\Text\Figlet
  • Zend\Text\Table
  • Zend\Uri
  • Introduction to Zend\Validator
  • Standard Validation Classes
  • Alnum Validator
  • Alpha Validator
  • Barcode Validator
  • Between Validator
  • Callback Validator
  • Date Validator
  • Db\RecordExists and Db\NoRecordExists Validators
  • Digits Validator
  • File Validation Classes
  • Hex Validator
  • Hostname Validator
  • Iban Validator
  • Identical Validator
  • Ip Validator
  • Isbn Validator
  • IsInstanceOf Validator
  • IsFloat
  • IsInt
  • Regex Validator
  • Sitemap Validators
  • Step Validator
  • Timezone Validator
  • Uri Validator
  • Validator Chains
  • Writing Validators
  • Validation Messages
  • Getting the Zend Framework Version
  • Zend\View Quick Start
  • The PhpRenderer
  • PhpRenderer View Scripts
  • The ViewEvent
  • View Helpers
  • View Helper - BasePath
  • View Helper - Cycle
  • View Helper - Doctype
  • FlashMessenger Helper
  • Gravatar Helper
  • View Helper - HeadLink
  • View Helper - HeadMeta
  • View Helper - HeadScript
  • View Helper - HeadStyle
  • View Helper - HeadTitle
  • View Helper - HtmlList
  • View Helper - HTML Object
  • View Helper - Identity
  • View Helper - InlineScript
  • View Helper - JSON
  • View Helper - Partial
  • View Helper - Placeholder
  • View Helper - URL
  • Advanced usage of helpers
  • Introduction to Zend\XmlRpc
  • Zend\XmlRpc\Client
  • Zend\XmlRpc\Server
  • ZendService\Akismet
  • ZendService\Amazon
  • ZendService\Amazon\S3
  • ZendService\Amazon\Sqs
  • ZendService\Amazon\Ec2
  • ZendService\Amazon\Ec2: CloudWatch Monitoring
  • ZendService\Amazon\Ec2: Elastic Block Storage (EBS)
  • ZendService\Amazon\Ec2: Elastic IP Addresses
  • ZendService\Amazon\Ec2: Instances
  • ZendService\Amazon\Ec2: Regions and Availability Zones
  • ZendService\Amazon\Ec2: Reserved Instances
  • ZendService\Amazon\Ec2: Security Groups
  • ZendService\Amazon\Ec2: Windows Instances
  • ZendService\Apple\Apns
  • ZendService\Audioscrobbler
  • ZendService\Delicious
  • ZendService\DeveloperGarden
  • ZendService\Flickr
  • ZendService\Google\Gcm
  • ZendService\LiveDocx
  • ZendService\Rackspace
  • ZendService\Rackspace\Servers
  • ZendService\Rackspace\Files
  • ZendService\ReCaptcha
  • ZendService\SlideShare
  • ZendService\StrikeIron
  • ZendService\StrikeIron: Bundled Services
  • ZendService\StrikeIron: Advanced Uses
  • ZendService\Technorati
  • ZendService\Twitter
  • ZendService\WindowsAzure
  • ZendService\WindowsAzure\Storage\Blob
  • ZendService\WindowsAzure\Storage\Table
  • ZendService\WindowsAzure\StorageQueue
  • Copyright Information
Zend Framework 2
  • Docs »
  • Copyright Information
  • Edit on GitHub

Copyright Information¶

The following copyrights are applicable to portions of Zend Framework.

Copyright © 2005-2014 Zend Technologies Inc. (http://www.zend.com)

Previous

© Copyright 2015, Zend Technologies Ltd.. Revision 05d48172.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
release-2.3.7
release-2.3.6
release-2.3.5
release-2.3.4
release-2.3.3
release-2.3.2
release-2.3.1
release-2.3.0
release-2.2.9
release-2.2.8
release-2.2.7
release-2.2.6
release-2.2.5
release-2.2.4
release-2.2.3
release-2.2.2
release-2.2.10
release-2.2.1
release-2.2.0
release-2.1.6
release-2.1.5
release-2.1.4
release-2.1.3
release-2.1.2
release-2.1.1
release-2.1.0-0
release-2.1.0
release-2.0.7
release-2.0.7-0
release-2.0.6
release-2.0.5
release-2.0.4
release-2.0.3
release-2.0.2
release-2.0.1
release-2.0.0
develop
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.
Edit this document

Edit this document

The source code of this file is hosted on GitHub. Everyone can update and fix errors in this document with few clicks - no downloads needed.

  1. Login with your GitHub account.
  2. Go to Copyright Information on GitHub.
  3. Edit file contents using GitHub's text editor in your web browser
  4. Fill in the Commit message text box at the end of the page telling why you did the changes. Press Propose file change button next to it when done.
  5. On Send a pull request page you don't need to fill in text anymore. Just press Send pull request button.
  6. Your changes are now queued for review under project's Pull requests tab on GitHub.