예제 #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));
 }