Example #1
0
 public function registerNameSpace($namespace, $dir)
 {
     $this->autoLoader->registerNameSpace($namespace, $dir);
 }
Example #2
0
 public function __construct($native_path = NULL)
 {
     self::$NP = $native_path;
     set_include_path(ABSPATH);
     spl_autoload_register(array(__CLASS__, 'loader'));
 }