Project tree
Tree:
├─── Admin
├─── app
| ├─── Controls
| | └──> _Controller.php
| |
| ├─── css
| | ├─── _compressed // write permission required
| | ├─── bootstrap
| | └──> style.css
| |
| ├─── inc
| | └──> global.php
| |
| ├─── javascript
| | ├─── _compressed // write permission required
| | ├─── bootstrap
| | ├─── jquery
| | └──> javascript.js
| |
| ├─── Models
| | └─── Base // write permission required
| |
| ├─── Static // when using static files, they will be placed here
| |
| ├─── Views
| | ├─── _cache // for Smarty use
| | ├─── _compiled // for Smarty use
| | └─── configs // for Smarty use
| | └──> site.conf // for Smarty use
| |
| ├──> admin.php
| └──> index.php
|
├─── configs // write permission required
| ├──> index.html // empty file
| ├──> magrathea.conf // based on magrathea.conf.default
| └──> magrathea_objects.conf
|
├─── database // database files
| └─── backups // write permission required (backups saving)
|
├─── logs // write permission required
├─── Magrathea // Magrathea framework
| └─── libs
| | └─── Smarty // Smarty
| |
| └─── Magrathea Admin // Magrathea Admin
|
├─── plugins // write permission required
└─── Tests
app folder is where the app is located