摘要:
/** * 生成HTML静态页 */ public function createHtml($pagePath) { ob_end_clean(); //清空缓冲区 ob_start(); //开启缓冲区 $this->smarty->display($pagePath); $data = ob_get_contents(); ob_end_clean(); ... 阅读全文
posted @ 2013-05-20 16:25
王翔(kingfly)
阅读(809)
评论(0)
推荐(0)
浙公网安备 33010602011771号