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