• Registration
  • Feedback
  • Site Map
  • Contact Us
PHP Content Management System [PHP CMS software]
  • Home
  • About Us
  • Product
  • Gallery
  • Brochure
  • Feedback
  • Clients
  • Contact Us
Previous
Next
Latest News
26-04-2012 [12:51 PM]
License Details
License Terms Summary    For full...
26-04-2012 [12:21 PM]
Architecture overview/Configuration files
Inside the config folder...
26-04-2012 [12:02 PM]
Creating Custom Blocks
A block is a...
More News








The core Architecture overview/Directories

 
BROWSE BY CATEGORY
  • News
    • Licenses (2)
    • Setup and Configuration (2)
    • FAQ (2)
    • Developer Documentation (4)
    • HowTo, Tips & Tricks (3)
    • Product Wise Documentation (1)
    • Maintenance and Optimization (2)
    • Templates Customization (4)
    • Knowledgebase (3)
    • Site Building Guide (1)
Apr

26

2012

The core Architecture overview/Directories

2012-04-26 10:10:14 & Posted by : Mr Developer Developer

As normal Zend Framework project, our application contains an application folder and alibrary folder.

The library folder contains the generic scripts: the Zend Framework library, and the application library. this is the recommended place for all libraries.

The application folder contains your application specific code. it itself contains several folders each one has a specific usage.

  • the application/config folder

    contains config files related to all your application, config files and their content is detailed in a following paragraph.

  • the application/controllers folder

    should contains the controllers that do not belong to any module of your application.

  • the application/layout folder

    contains your application layouts (by default, it contains a admin.phtml and a default.phtml that are respectively your bacoffice and frontoffice layout).

  • the application/modules folder

    contains your application modules, your application should be splitted into feature driven sub-division, for example, we have done a module user for encapsulate user related features module content will be detailed in a following paragraph.

  • the application/view folder

    contains views that are associated with the controllers present in application/controllers folder. it may contains view files that are used in several modules (this files are often used with the partial view helper).

Comments

 
Add a Comment
 
Title:
Comment:*

Submit Comment

Copyright © 2025 All Rights Reserved  Web Design Company Eicra Soft Ltd Version : 2.8.3