Example #1
0
 function __construct()
 {
     require_once self::$config_dir . "route.php";
     if (!self::$config_route) {
         self::$config_route = $route;
     }
     if (!self::$route) {
         return $this->_init();
     }
 }