In this zend framework tutorial, we will learn how to create the file/directory layout when developing any project using zend framework.

  1. application - business logic files, no access for website users
  2. library - library files / reusable components, no access for website users
  3. public - access to outside users

Considering the above points, here is the complete layout.

  1. application
    1. controllers
    2. models
    3. views
    4. dbschema.sql
    5. config.ini
  2. library
    1. Zend_Framework_Library
  3. public
    1. .htaccess
    2. index.php
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Simpy
  • StumbleUpon
  • Technorati
  • YahooMyWeb