More in the manual . SOME PHPTAL ADVANTAGES AND FEATURES: * enforces the separation between logic and presentation (the holy

grail),

* warns you if you forget to close an HTML tag or have syntax errors

in your template,

* no more htmlentities(), * quite clean and readable templates, * ability to insert sample text inside template to preview template result without PHP backend, * integrates quite well with WYSIWYG HTML editors, * data abstraction using XPath-like system, * cool HTML macro system, * integrated internationalization system (using gettext or your own

backend),

* ability to replace XPath-like system with PHP expressions, * nearly no speed loss (templates are compiled, expensive expressions can be replaced with plain PHP). * compatible with PHP accelerators, which can improve performance

even further,

* more than four years of ZPT community support (see zope website

),

* extensible and easily hackable code, * makes good use of PHP5 and SPL. SOME PHPTAL DRAWBACKS: * a dependency for your application, * some TAL, METAL, I18N and PHPTAL attributes to understand, * you'll have to produce clean XHTML (PHPTAL can output HTML5 too). Newsfeed | Contact | © 2005-2013 Motion-Twin , Aardvark Media Ltd.

Details

4