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

Zend Framework 1.9.5 Released

October 29, 2009
We are pleased to announce the immediate availability of Zend Framework 1.9.5. This release is the fifth maintenance release in the 1.9 series, and includes almost 30 bug fixes.

For a full list of closed issues, please visit: http://framework.zend.com/changelog/1.9.5.

Getting Started

Zend Framework is available to all web 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');