已经过期,请看wecis模板引擎
php代码
<?php class template{ private $assign = array(); public $tplfile_pre; public $tplfile_path_dir = 'template'; //模板路径 public $tplfile_cache_dir = 'cache'; //缓存路径 public $tplfile_cache_open = TRUE; //是否开启缓存 public $tplfile_cache_time = 300; //设置缓存时间 public $tplstring_left = '{-'; //模板中左标签 public $tplstring_right = '-}'; //模板中右标签 function template($tplpre) { if(empty($tplpre)) { exit('Lost Parameter'); } $this->tplfile_pre = md5($tplpre).'.'; } public function assign($tplvar,$value){ $this->assign[$tplvar]=$value; } public function display($tpl) { if($this->tplfile_cache_open) { if(file_exists($this->tplfile_cache_dir.'/'.$this->tplfile_pre.$tpl.'.php')) { $tmpfiletime = fileatime($this->tplfile_cache_dir.'/'.$this->tplfile_pre.$tpl.'.php'); if((time() - $tmpfiletime) >$this->tplfile_cache_time) { unlink($this->tplfile_cache_dir.'/'.$this->tplfile_pre.$tpl.'.php'); include $this->createTemp($tpl); }else{ include $this->tplfile_cache_dir.'/'.$this->tplfile_pre.$tpl.'.php'; } }else{ include $this->createTemp($tpl); } }else{ include $this->createTemp($tpl); } } private function createTemp($tpl) { $content = file_get_contents($this->tplfile_path_dir.'/'.$tpl); $data = preg_replace('/'.$this->tplstring_left.'if\(((.*)+)\)'.$this->tplstring_right.'/',"<?php if(\\1) { ?>",$content); $data = preg_replace('/'.$this->tplstring_left.'else'.$this->tplstring_right.'/','<?php }else{ ?>',$data); $data = preg_replace('/'.$this->tplstring_left.'\/if'.$this->tplstring_right.'/','<?php } ?>',$data); $data = preg_replace('/'.$this->tplstring_left.'/','<?php echo ',preg_replace('/'.$this->tplstring_right.'/',' ?>',$data)); foreach($this->assign as $k=>$v) { if(!is_numeric($v)) { $data = preg_replace('/\$'.$k.'/','\''.$v.'\';',$data); } $data = preg_replace('/\$'.$k.'/',$v,$data); } if($data) { file_put_contents($this->tplfile_cache_dir.'/'.$this->tplfile_pre.$tpl.'.php',$data); return $this->tplfile_cache_dir.'/'.$this->tplfile_pre.$tpl.'.php'; } } public function version() { return 'webtmp 1.0'; } } ?>
登录后复制
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章
R.E.P.O.能量晶体解释及其做什么(黄色晶体)
3 周前
By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳图形设置
3 周前
By 尊渡假赌尊渡假赌尊渡假赌
刺客信条阴影:贝壳谜语解决方案
1 周前
By DDD
R.E.P.O.如果您听不到任何人,如何修复音频
3 周前
By 尊渡假赌尊渡假赌尊渡假赌
在哪里可以找到原子中的起重机控制钥匙卡
1 周前
By DDD

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)