• Dwoo


    Dwoo是一个PHP5模板引擎。兼容Smarty模板,它在Smarty语法的基础上完全进行重写。支持通过插件扩展其功能。

    Dwoo is a PHP5 template engine positioned as an alternative to Smarty, it is (nearly) fully compatible with its templates and plugins, but it is written from scratch and aimed at going one step further with a cleaner codebase.

    Features

    • Template Inheritance, a fresh look at complex template structures, now built without includes
    • Sub-template declaration within templates to allow recursive templates.
    • Smarty syntax compatibility with several additions and shortcuts to speed up template writing
    • Flexible plugin creation, plugins can be wrapped in classes or simple functions, they can be precompiled to optimize the load time of the template, etc.
    • Scope aware engine, allowing for  shorter templates
    • Unicode / UTF-8 support for string manipulation functions.
    • Generally faster than Smarty with variable speed improvements depending on the features used.
    • E_STRICT compliant code that does not throw PHP warnings.
    • Ready to use with several frameworks using the provided adapters (ZendFramework, Agavi, CakePHP, CodeIgniter)
    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    phemplate:phemplate是一个简单而且快速的PHP模板引擎。 它允许在模板中加入变量和一些动态程序块包括循环。 该模板引擎能够可以实现表现与逻辑相分离,也就是说你可以从PHP脚本中抽出所有HTML内容。 设计人员可以随意更改HTML而不用担心弄乱你的PHP脚本。
    FXL Template:FXL Template是一个易于使用的模板引擎,提供了一个模板系统所拥有的所有基本功能。支持简单的text/array分配,block和嵌套的blocks。拥有良好的规则表达式和简单的模板语法,以实现尽可能快的模板处理。
    Savant:Savant是一个强大但轻量级的面向对象PHP模板引擎。 不象其模板系统,Savant默认没有把模板编译成PHP,而是使用PHP本身来作为它的模板语言所以你不需要学习一套新的标记系统。 Savant有一个面向对象的模板插件系统和输出过滤器,可以让你快速为它新增新的行为。
    Witty:Witty想做的事很简单:方便模块开发,方便上传,方便安装,方便使用。
    H2o:H2o是一个PHP模板引擎,它拥有django风格的漂亮模板标签。它大部分概念都源于Django模板。特性:拥有可读和自然的语法。复用模板Inclusion和继承。国际化支持。各种缓存支持。
    smarty:smarty是一个基于PHP开发的PHP模板引擎。 它提供了逻辑与外在内容的分离,简单的讲,目的就是要使用PHP程序员同美工分离,使用的程序员改变程序的逻辑内容不会影响到美工的页面设计,美工重新修改页面不会影响到程序的程序逻辑,这在多人合作的项目中显的尤为重要。
    Sugar:Sugar是一个类似于Smarty的模板引擎,拥有一个简洁和易于理解的语法。
    Twig:Twig是一个灵活,快速,安全的PHP模板语言。它将模板编译成经过优化的原始PHP代码。Twig拥有一个砂箱模型来评估不可信的模板代码。Twig由一个灵活的词法分析器和语法分析器组成,可以让开发人员定义自己的标签,过滤器并创建自己的DSL。
    Template Lite:Template Lite是一个非常快而且很小HTML模板引擎。 该引擎支持Smarty模板引擎所具有的大部分功能和过滤器。
    TinyButStrong:TinyButStrong(TBS)是一个可以让PHP脚本和HTML文件干净分离的PHP模板引擎。 TBS设计成可以使用任何可视化HTML编辑器来编写TBS的HTML模板页。