Exemplo n.º 1
0
 static function init()
 {
     if (NULL === self::$storeObj) {
         $storeName = self::STORE;
         self::$storeObj = new $storeName();
     }
     return self::$storeObj;
 }