摘要: <?php class cache{ private static $_instance = null; protected $_options = array( 'cache_dir' => "./", 'file_name_prefix' => 'cache', 'mode' => '1', //mode 1 为serialize model 2为保存为可执行文件 ); /** * 得到本类实例 * * @return Ambiguous ... 阅读全文
posted @ 2012-09-14 09:33 coolid 阅读(351) 评论(0) 推荐(0) 编辑