摘要: * @lastmodify 2013.04.19 * * 您可以自由使用该源码,但是在使用过程中,请保留作者信息。尊重他人劳动成果就是尊重自己 */ class template { private $vars = array(); private $conf = ''; private $tpl_name = 'index';//如果模板不存在 会查找当前 controller默认index模板 private $tpl_suffix = '.html';//如果CONFIG没配置默认后缀 则显示 private $... 阅读全文
posted @ 2013-11-09 17:08 北斗极星 阅读(721) 评论(0) 推荐(0)