Programmer's Reference Guide

Recommended Project Directory Structure

Module Structure

The directory structure for modules should mimic that of the application/ directory in the recommended project structure:

  1. <modulename>/
  2.     configs/
  3.         application.ini
  4.     controllers/
  5.         helpers/
  6.     layouts/
  7.         filters/
  8.         helpers/
  9.         scripts/
  10.     models/
  11.     services/
  12.     views/
  13.         filters/
  14.         helpers/
  15.         scripts/
  16.     Bootstrap.php

The purpose of these directories remains exactly the same as for the recommended project directory structure.


Recommended Project Directory Structure
blog comments powered by Disqus

Select a Version

Languages Available

Components

Search the Manual