PHP模板类 vemplator

openkk 12年前
     <div id="p_fullcontent" class="detail">     <p>vemplator 是一个最强的PHP模板类,一个文件,总共220行</p>     <p>不是最强之一,就是最强</p>     <ul>      <li>"Minimal keypress" template syntax</li>      <li>Function and method calls</li>      <li>Conditionals: if/else and switch statements</li>      <li>Dot-notation for class member variables (customer.name)</li>      <li>Associative and numerical arrays (row[0] and rows[1]['name'])</li>      <li>Foreach looping over arrays (associative and numerically indexed)</li>      <li>Includes (included templates are parsed and cached separately)</li>      <li>Less bloath than Smarty and others</li>      <li>Now even easier to extend</li>     </ul>     <p><br />  </p>     <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1322979363374" target="_blank">http://www.open-open.com/lib/view/home/1322979363374</a></p>    </div>