Exemplo n.º 1
0
 /**
  * @param array $options
  */
 function __construct($options = array(NULL))
 {
     $options['readControl'] = false;
     parent::Cache_Lite($options);
     if (isset($options['fileExtension'])) {
         $this->_fileExtension = $options['fileExtension'];
     }
 }