Please enable JavaScript.
Coggle requires JavaScript to display documents.
thetempusproject.com/home/index (.htaccess (index.php (init.php (DEFINE…
thetempusproject.com/home/index
.htaccess
index.php
init.php
DEFINE
APP_SPACE
vendor/autoload
Set Exception Handler
Appload
Core/Controller.php
Set Config variables
Initiates the DB
Core/Template.php
Sets Template Vars
BASE:star:
TOKEN:star:
TITLE:star:
PAGE_DESCRIPTION :star:
Sets Robots
Checks for flashed sessions: error, notice, success
Core/App
DEFINE
CORE_CONTROLLER
DEFINE
CORE_METHOD
Controllers/CORE_CONTROLLER.php
__constuctor
CORE_METHOD()
$this-views
__destructor
Controller->build()
Add filter for UI
sets Template Vars
CONTENT :star:
TITLE :star:
PAGE_DESCRIPTION :star:
MBADGE:star:
NOTICE:star:
ERROR:star:
SUCCESS :star:
Render
Template-set_template(default)
Sets $template_location Templates/$template_name.php (defaults to config template if error)
loader()
2 more items...
echo parse ($template_location :checkered_flag: