摘要: 自定义模板引擎类 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 小码农薛尧 阅读(481) 评论(0) 推荐(0) 编辑
薛尧的博客