tristanpriem / qcal

Automatically exported from code.google.com/p/qcal
0 stars 0 forks source link

The library needs an autoloader #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In a previous issue, somebody asked if there was an easier way than
including all of the classes manually. I need to write an autoload function
that can be registered with spl_autoload.

Original issue reported on code.google.com by Luke.Vis...@gmail.com on 4 Jan 2010 at 10:27

GoogleCodeExporter commented 9 years ago
I have added a file called "autoload.php" inside the lib directory. All you 
have to
do is include it and you should no longer need to include all of the classes 
manually :)

Original comment by Luke.Vis...@gmail.com on 4 Jan 2010 at 10:28