I'm looking for a way to include a bunch of files so that they're accessible on all pages (functions, classes). I read about "include_path" configuration in php.ini and decided to test it by placing a dummy function inside my "includes" directory. However, when I try to call it, there's a fatal error that says: "Call to undefined function".
Am I using the "includes" directory properly? if yes, what did I do wrong?