Auto Loader
miLoader class is responsible for the autoloading of classes in the framework. Also it can autoload your own classes. There is only one method intended to be used by the programmer. Note that the supplied paths are relative to the location of the framework source.
* Registering a class to be auto-loaded
<?php
miLoader::addClass('wsSession', '../ws/util/util.php');
?>