예제 #1
0
 public static function createWebApp($config = NULL)
 {
     self::$app = self::createApp('IApplication', $config);
     return self::$app;
 }