Example #1
0
 public function __construct()
 {
     $this->doc_root = $_SERVER['DOCUMENT_ROOT'];
     //$this->request_path = $_SERVER['PATH_INFO'];
     $this->request_qs = $_SERVER['QUERY_STRING'];
     Ctrl::$CURRENT_CTRL = self::getClassName();
     spl_autoload_register(get_class($this) . '::my_autoloader');
 }