示例#1
0
文件: Router.php 项目: LobbyOS/server
 public static function __constructStatic()
 {
     self::$router = new \Klein\Klein();
 }
示例#2
0
 public static function init()
 {
     self::$router = new \Klein\Klein();
 }