FAIL (the browser should render some flash content, not this).

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');