コード例 #1
0
ファイル: class.db.php プロジェクト: roychoo/jstree
 public function __construct($settings = null, \vakata\cache\ICache $c = null)
 {
     parent::__construct($settings);
     $this->cache_inst = $c;
     $this->cache_nmsp = 'DBCCached_' . md5(serialize($this->drv->get_settings()));
 }