已经过期,请看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 搭載アプリ

AI Clothes Remover
写真から衣服を削除するオンライン AI ツール。

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 尊渡假赌尊渡假赌尊渡假赌
Atomfallのクレーンコントロールキーカードを見つける場所
1週間前
By DDD

ホットツール

メモ帳++7.3.1
使いやすく無料のコードエディター

SublimeText3 中国語版
中国語版、とても使いやすい

ゼンドスタジオ 13.0.1
強力な PHP 統合開発環境

ドリームウィーバー CS6
ビジュアル Web 開発ツール

SublimeText3 Mac版
神レベルのコード編集ソフト(SublimeText3)
