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.

Zend Framework: Akrabat’s Quick Start Tutorial

I got my first Zend Framework application working using Akrabat’s Tutorials. Today, I just found out that he has updated his Quickstart Tutorial — using ZF 1.8.

The PDF can be downloaded here directly. And you can find some notes from his blog post here.

The post is not that long so I am going to quote it here: :P

This tutorial is intended to give an introduction to using Zend Framework to write a simple database driven application. It has been extensively rewritten for version 1.8 of the framework and takes full advantage of the Zend_Tool command line script and Zend_Application for bootstrapping. Other components used include Zend_Controller, Zend_View, Zend_Db_Table and Zend_Form.

This tutorial has been tested on version 1.8 of Zend Framework. It will not work on any version prior to version 1.8.

If you are getting 404 errors when going to any page other than the home page, please make sure that you have set AllowOverride to All in your Apache configuration.

If you are deploying to a “user” site (e.g. http://localhost/~rob), then change the RewriteBase line in your .htaccess file should be: RewriteBase /~rob/zf-tutorial/public/.

This entry was posted in General and tagged , , , . Bookmark the permalink.

3 Responses to Zend Framework: Akrabat’s Quick Start Tutorial

  1. Hari K T says:

    Yes , its simple and easy to learn than the zend tutorial itself .

    Thanks to him . Do you have any other ?

    I have found http://www.zendcasts.com which is also a wonderful one .

  2. Wenbert says:

    @Hari K T, I love zendcasts.com :D I learned Unit Testing using Jon Lebensold’s screencasts…

  3. Pingback: zenddebugger.com

Leave a Reply to Wenbert Cancel reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>