File Structure - Backend
|
Path |
Description |
|---|---|
|
spunq1.3/backend/ |
path into the backend. index.php as eventhandler |
|
spunq1.3/backend/action/ |
files called as additional events, such as addrelation.php |
|
spunq1.3/backend/backup_files |
storage for spunQ backups created by class changes or the backup interface |
|
spunq1.3/backend/classes |
general domain classes for spunQ |
|
spunq1.3/backend/common/ |
configuration for the spunQ backend, menuhandling and rss-feeds; creates all needed objects for spunQ runtime |
|
spunq1.3/backend/controls |
sources for control elements |
|
spunq1.3/backend/controls/calendar |
special control for javascript calendar item |
|
spunq1.3/backend/controls/check/ |
files for ajax checks of the control elements |
|
spunq1.3/backend/db/ |
databases for installation and permission settings for postgreSQL |
|
spunq1.3/backend/doc/ |
documentation documents |
|
spunq1.3/backend/logs/ |
log files for spunQ log and debug log |
|
spunq1.3/backend/modules |
additional modules for spunQ backend all modules includes the structure of spunQ: /event.php /classes/ /templates/ see documentation about modules for more information |
|
spunq1.3/backend/templates/ |
all template files. smarty-templates, wording files and images |
|
spunq1.3/backend/templates_c/ |
compiled smarty templates |
|
spunq1.3/backend/tools/ |
different tools for spunQ administration. this files are not called by the interface. they can be called as command line interface. the use /tools/common/config.cli.php for configuration. |
|
spunq1.3/backend/upload/ |
storage for uploaded files in the backend itself (note: most project use a storage folder in the frontend area) |
Tags
TechnicalRelated Subjects
>> File Permissions>> File Structure - additional Files
>> File Structure - Frontend
