Example #1
0
 public static function getInstance()
 {
     if (self::$oInstance == null) {
         self::$oInstance = new FlexiController();
     }
     return self::$oInstance;
 }