Package loader.
A simple class loader.
Usage
Edit the necessary variables, load packages with "pkg::load_pkg("PACKAGENAME");"
Classes will be initialized in pkg::$pkg['PACKAGENAME'];
This keeps things neat, as well as saving you from including each and every class file in your script.

Comments