New Module
From Contrexx Wiki (English)
Tutorial how to build a new Contrexx module
[edit] File structure
- /images/modules/MODUL-NAME/* (Icons and images only for the module, frontend and backend use)
- /images/MODUL_NAME/* (content specific images like postcards, user pictures etc.)
- /media/MODUL-NAME/* (down- and upload files)
- /modules/MODUL-NAME/admin.class.php
- /modules/MODUL-NAME/index.class.php
- /modules/MODUL-NAME/MODUL-NAMELib.class.php
- /modules/MODUL-NAME/lib/*
- /modules/MODUL-NAME/lang/*
- /modules/MODUL-NAME/template/*
