[Tutorial] Getting Started Zend Framework 1.11
Note: This guide is still at the initial writups.
This tutorial is intended to guide beginners through the basic steps to setup a database driven website (without using Zend_tools command).
Prerequisites:
- Zend Framework 1.11.10+ Full
- PHP 5.3+
- (Optional) Zend Eclipse Plugin / Zend Studio (30-days trial)
The tutorial is divided into the following sub-sections:
2. Modularize directory structure
3. Database(s) setup
4. Account component
5. Helpers
Optional
1. Setting up Subversion SVN
References:
[1] http://akrabat.com/zend-framework-tutorial/
[2] http://framework.zend.com/manual/en/zend.controller.modular.html
[3] http://www.zfforums.com/zend-framework-general-discussions-1/resources-developers-37/setup-multi-modules-zend-framework-v1-9-13-steps-3737.html
[] http://framework.zend.com/manual/en/project-structure.project.html
[] http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/
[4] http://framework.zend.com/manual/en/zendx.jquery.view.html
Comments
Post a Comment