A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: command line scripts

Zend Framework: Using Command Line Scripts

Thanks to David Caunt for this very useful article. The article shows us how to create command line scripts using Zend Framework components. This is very useful especially with the database stuff. <?php   // Define path to application directory … Continue reading

Posted in General | Tagged , , , | 1 Comment