/ Published in: PHP
This snippet shows a dynamic way to enable extra default include paths.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php APPLICATION_PATH, APPLICATION_PATH . "/classes", APPLICATION_PATH . "/functions", ); require_once ('functions.php'); ?>