Zend Framework Intro
On 06/13/2012 Zend FrameworkZend Framework is an open source, object oriented web application framework for PHP 5.
Zend Framework is often called a 'component library', because it has many loosely coupled components that you can use more or less independently.
But Zend Framework also provides an advanced Model-View-Controller (MVC) implementation that can be used to establish a basic structure for your Zend Framework applications.
I personally think that Zend framework, in one of the best PHP MVC framework available on the market. For learn and find more information more about it you can read: ZF Quick Start