| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
openkk
13年前发布

PHP模板引擎 Dwoo

     Dwoo 是一个 PHP5 的模板引擎,与 Smarty 类似,兼容 Smarty 的模板和插件。smarty是一个基于PHP开发的PHP模板引擎。它提供了逻辑与外在内容的分离,简单的讲,目的就是要使 用PHP程序员同美工分离,使用的程序员改变程序的逻辑内容不会影响到美工的页面设计,美工重新修改页面不会影响到程序的程序逻辑,这在多人合作的项目中 显的尤为重要。    <ul>     <li><a href="/misc/goto?guid=4959498273885417942">Template Inheritance</a>, a fresh look at complex template structures, now built without includes </li>     <li>Sub-template declaration within templates to allow recursive templates. </li>     <li>Smarty syntax compatibility with several additions and <a href="/misc/goto?guid=4959498274013405891">shortcuts</a> to speed up template writing </li>     <li>Flexible <a href="/misc/goto?guid=4959498274136918893">plugin creation</a>, plugins can be wrapped in classes or simple functions, they can be precompiled to optimize the load time of the template, etc. </li>     <li>Scope aware engine, allowing for <a href="/misc/goto?guid=4959498274254487148">shorter templates</a> </li>     <li>Unicode / UTF-8 support for string manipulation functions. </li>     <li>Generally faster than Smarty with variable speed improvements depending on the features used. </li>     <li>E_STRICT compliant code that does not throw PHP warnings. </li>     <li>Ready to use with several frameworks using the provided adapters (ZendFramework, Agavi, CakePHP, CodeIgniter) </li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1322967235890" target="_blank">http://www.open-open.com/lib/view/home/1322967235890</a></p>     
 本文由用户 openkk 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1322967235890.html
PHP 模板引擎