I'm using methods from a PHP class all over my code and I don't want to do "require_once" in every file I'm using that class. Is there a way to include the class in a single file, and then access it from everywhere in the code?
Thanks!
here ya go http://php.net/manual/en/language.oop5.autoload.php