Skip to content

PSR-0 Autoloader

Latest
Compare
Choose a tag to compare
@augustohp augustohp released this 21 Dec 21:10
· 5 commits to master since this release
  • Autoload supporting patterns: PSR and PEAR.
  • PHP's include path is used instead of keeping track of folders to search files/classes in.
  • Class declaration file already returns an instance of autoload (callable object) to be used by default.