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.1 Released
August 18, 2009
We are pleased to announce the immediate availability of Zend Framework 1.9.1, the first maintenance release in the 1.9 series.
Over 30 issues have been resolved for this release, covering 17 different components.
Note: This release also contains various fixes to the Zend_Tool command line runner, as well as fixes and improvements for other components. However, we do not currently support the Zend_Tool command line runner. This is a tool you should use locally which you can obtain here.
For a full list of closed issues, please visit: http://framework.zend.com/changelog/1.9.1.
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');
