PHP模板類 vemplator

openkk 13年前發布 | 21K 次閱讀 PHP 模板引擎

vemplator 是一個最強的PHP模板類,一個文件,總共220行

不是最強之一,就是最強

  • "Minimal keypress" template syntax
  • Function and method calls
  • Conditionals: if/else and switch statements
  • Dot-notation for class member variables (customer.name)
  • Associative and numerical arrays (row[0] and rows[1]['name'])
  • Foreach looping over arrays (associative and numerically indexed)
  • Includes (included templates are parsed and cached separately)
  • Less bloath than Smarty and others
  • Now even easier to extend


 

項目主頁:http://www.baiduhome.net/lib/view/home/1322979363374

 本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!