/ Published in: PHP
This snippet shows a dynamic way to enable extra default include paths.
Expand |
Embed | Plain Text
<?php APPLICATION_PATH, APPLICATION_PATH . "/classes", APPLICATION_PATH . "/functions", ); require_once ('functions.php'); ?>
Comments
Subscribe to comments
You need to login to post a comment.

My first snipplr submission.