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: bootstrap

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

Creating and Registering your custom plugins in Zend Framework 1.8

When Zend Framework 1.8 was released, anyone could now setup a project within seconds using the zf Command Line Tool — see Quickstart Guide. A few days ago, I managed to setup a project using the new command line tools. … Continue reading

Posted in General | Tagged , , , , , | 15 Comments