Ejemplo n.º 1
0
 /**
  *
  */
 static function getDir($storageName)
 {
     static $dir = null;
     if (is_null($dir)) {
         $dir = Dir::get(Config::get('ROOT_DIR') . Config::get('STORAGE_DIR'), true);
         TTL::init();
     }
     return $dir->getDir('data/' . $storageName);
 }