コード例 #1
0
ファイル: tpl.php プロジェクト: renjun0106/dao
 private function _writeCache($cache_file, $content)
 {
     creatFlie($cache_file, $content);
 }
コード例 #2
0
ファイル: db.php プロジェクト: renjun0106/dao
 private function _writeCache($content)
 {
     creatFlie($this->cache_file, json_encode($content));
 }