Example #1
0
 public static function Instance($sPath = '')
 {
     if (!self::$oInstance) {
         self::$oInstance = new View($sPath);
     }
     return self::$oInstance;
 }