在home page的controller里面有很多commented out的代码段比如
// $cache_key = ZCACHE::format_key("account_get_user_actions_" . $_GET . "_" . $_GET 1 $this->per_page . "_{$this->per_page}" . "_" . $_GET . "_" . $actions);
// $data = ZCACHE::get($cache_key);
// if ($data === false)
// {
这些缓存代码为什么被注视掉了?为什么其他的文件里的缓存没有被注释?
比如 117行。
阅读全文
收起全文