Published

/views

/views

Use this folder to store full page views as .php files.

Views can be references from any other .php file wiht the following syntax: <?php include __DIR__ . '/views/example.php'; ?>