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

Akra’s Zend Framework 1.10 Tutorial

From Akrabat’s blog: As a result, I have updated my Zend Framework tutorial so that it is completely current. The main change I made was to remove the _init methods in the Bootstrap as they are no longer needed. I … Continue reading

Posted in General | Tagged , , | Leave a comment

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

Zend Framework: How to use Zend_Paginator

Having a “search” functionality in your web application is very essential and for every search comes a “search results” page. It is not hard to create your own search results page with a pagination, but it does take a certain … Continue reading

Posted in General | Tagged , , , | 16 Comments