I use some constants like PATH_ROOT, PATH_TEMPLATES, etc among all my project.
Is there an alternative to make them available other than include/require a config.php file in each script of my project.
I'm talking about a project witch doesn't make use of any framework.