-
Notifications
You must be signed in to change notification settings - Fork 9
Includes & Flow
RedDragonWebDesign edited this page Oct 29, 2020
·
10 revisions
index.php
|---_setup.php
|---_global_setup.php
|---_config.php
|---_functions.php
|---include/lib_autolink/lib_autolink.php
|---all classes in classes/
|---include/phpmailer/PHPMailerAutoload.php
|---plugins/mods.php
|---themes/$THEME/_header.php
|---themes/include_header.php
|---themes/$THEME/$THEMEmenu.php
|---include/clocks.php
|---[PAGE LOGIC]
|---[PAGE HTML]
|---themes/$THEME/_footer.php
|---themes/sql-profiler.php
- A file I created so that I could include certain things into both core and the installer.
- error_reporting()
- global variables/constants
- minimum PHP version check
- database variables
- declare global functions
- load classes
- load dependencies