March 22, 2009
Getting Started With Zend Framework
Posted by Dave on March 22, 2009 in zend framework
The Zend Framework library is based around the MVC (Model, View, Controller) and Front Controller design patterns. The Front Controller is the point of entry for all requests that are NOT being served up directly by your web server. Such requests include style sheets, javascript, images and other static files. Zend Framework implements the front […]