Example #1
0
 public static function root($action)
 {
     self::$root = $action;
     self::$routes[Request::mapping('get')]['/'] = $action;
 }