Example #1
0
 public static function dispatch()
 {
     if (!isset(self::$RouteController)) {
         self::$RouteController = new Router\RouteController();
     }
     return self::$RouteController->dispatch();
 }