Cron Job Script in Zend Framework
To create a cron job script in Zend Framework, we just need 3 steps : 1. Create a new directory called "scripts" which is the storage of all the scripts(.sh, .php, etc.). 2. Copy public/index.php into… Continue reading
Setup ZFDebug for Debuging your Zend Framework Project
"ZFDebug is a plugin for the Zend Framework for PHP5, providing useful debug information displayed in a small bar at the bottom of every page." We just need two steps to setup ZFDebug: 1. Download it … Continue reading