Top "Set-include-path" questions

define my own BASE_PATH vs. set_include_path?

I learned of the function set_include_path(). All this time, I defined a constant in the config.php file …

php set-include-path
Why use set_include_path() in PHP and how to autoload classes from different folders?

I have a couple questions about the include path in PHP and including files and/or classes. Below is a …

php include set-include-path