摘要: 自定义模板引擎类 MyTpl.class.php 1 <?php 2 class MyTpl 3 { 4 private $tpl_vars = array(); 5 //分配 6 public function assign($key,$value){ 7 $this->tpl_vars[$key 阅读全文
posted @ 2016-08-27 00:53 薛尧笔记 阅读(489) 评论(0) 推荐(0)
薛尧的博客