Search code examples
phpclasscalling-convention

Including a PHP class file only once


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!


Solution

  • here ya go http://php.net/manual/en/language.oop5.autoload.php