コード例 #1
0
ファイル: Mysite.php プロジェクト: snamper/xiaoshuhaochi
 public static function createWebApp($config = NULL)
 {
     self::$app = self::createApp('IApplication', $config);
     return self::$app;
 }