Modules
Reference
What you want to know :
-
Generate a module structure, or add a new controller to an existing module from the terminal with :
./engine/tools/generate_module -
Insert a module in a template with :
{module id="nameofthemodule"} -
Files which you place in the "models" folder are automatically loaded by the module. It's the perfect place to model classes in, as explained in the tutorial.
