Latest News- Zend Framework 1.9.6 ReleasedNovember 23, 2009
- Zend Framework 1.9.5 ReleasedOctober 28, 2009
- Access Google Apps Mail During Outages or While You're OfflineSeptember 01, 2009
- Zend Framework 1.9.2 ReleasedAugust 26, 2009
- Google Apps Connector for BlackBerry® Enterprise ServerAugust 24, 2009
- Zend Framework 1.9.1 ReleasedAugust 18, 2009
- Email as Attachment & Updates to Image Export Functions in Google DocsAugust 17, 2009
- Snap to Grid in Google Docs PresentationsAugust 17, 2009
- Making Presentations Better with Tables and Auto-PlayJuly 21, 2009
- Keep Track of Tasks in GmailJuly 14, 2009
* All news
Zend Framework 1.9.2 Released
August 26, 2009
We are pleased to announce the immediate availability of Zend Framework 1.9.2. This release is the second maintenance release in the 1.9 series.
Over 40 issues have been resolved for this release, covering 15 different components.
For a full list of closed issues, please visit: http://framework.zend.com/changelog/1.9.2.
Getting Started
Zend Framework is available to all hosting packages, and can be globally implemented in any scope of your php application(s).For example, if you wanted to implement Zend_Session, you could use the following code:
require_once 'Zend/Loader.php';
Zend_Loader::loadClass('Zend_Session');
