Knowledgebase: General Q&A
May you describe software directories structure ?
Posted by - NA - on 17 December 2004 06:15 PM
We describe software directories here to help you better understand software structure and to obtain certain basis for software customizing if you are interested in it.

"admin/" - for php files handling Admin Area functionality
"cron/" - it contains cl_cron.php - script for cron job (see
installation instructions for more details)
"docs/" - for software related documentation
"files/" - uploaded files and images are stored there
"files/small/" - thumbnails directory
"inc/" - for php library files and configuration file (application.php)
"inc/blocks/" - blocks directory. Blocks are pieces of HTML code that are used in template files for dynamic information displaying (e.g. recently viewed items, categories, who is online, featured/random items, etc). See "inc/blocks/readme.txt" for more details. This directory has php files in source code and they can be used as programming examples
"inc/pages/" - front-end pages directory. For example output from login.php file residing in this directory you will see using URL "index.php?page=login". This directory has php files in source code and they can be used as programming examples.
"inc/pay_modules/" - for payment modules
"modules/" - modules directory. Each module has "readme.txt" file with module specific instructions which are available from Admin Area -> Manage Modules -> Help links also.
"tpl/" - templates directory
"tpl/db_fields/" - fieldsets directory (refer to "docs/fieldsets.txt" for more details)
"upgrades/" - upgrade scripts directory (see "upgrades/readme.txt" for more information)

Comments (0)
Help Desk Software by Kayako Fusion