Category Archives: PHP

How to make your own Zend Framework Resource Plugin

A recent release of Zend Framework intruduced Zend_Application: an organized way to bootstrap the framework without the need of an ugly boostrap.php file. It comes with plugins support too, so let’s see how to create one. With Zend_Application you can not only setup all the components required (Zend_Table, Zend_View, Zend_Navigation, ecc) but you can also […]