Directories
core/- Contains key components of the PHP web appmodels/- Any sort of model that is reusedpublic/- Where the application is run fromviews/- Location of all the application's pages
Files
-
config.php- Global configuration variable initialization- the
define('BASEURL', '');should be changed to whatever the server sees as the base URL
- the
-
bootstrap.php- Run when the app first loads -
routes.php- A collection of the app's routes
See the Web-App wiki