Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 205 Bytes

File metadata and controls

7 lines (6 loc) · 205 Bytes

php-autoload-example

A very simple autoload example for a stackoverflow friend.

Structure:

  • autoload.php: Setup
  • index.php: File using autoload
  • one/Hello.php: Class to be automatically loaded