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

A Follow-up on the Zend Framework Quickstart Tutorial: The Model

The model is probably the most difficult to concept to grasp in MVC (Read Surviving The Deep End). This post is very rough and un-editted and is based on my experience. I have gone through the new Zend Framework Quickstart … Continue reading

Posted in General | Tagged , , , , , , , | 5 Comments

ZF Quickstart Downloadable – Copy to your htdocs and then run it

Download the file. Untar, put in your htdocs folder (/var/www/zf_working) and the your should be able to run Zend Framework using: http://localhost/zf_working I have tested this in two machines only I changed some paths in the bootstrap files from the … Continue reading

Posted in General | Tagged , , | Leave a comment