Top Level :: HTML

Package Information: HTML_Template_PHPTAL

» Summary » License
Templating engine for XHTML and HTML5 with XML syntax and protection against XSS. LGPL
» Current Release » Bug Summary
No releases have been made yet.
Development Roadmap
No open bugs
Report a new bug to HTML_Template_PHPTAL
» Description
Implementation of Zope's Template Attribute Language, which has clean, concise syntax that is compatible with XML tools (no custom ugly tags), and template source files can even be previewed in web browsers or opened in WYSIWYG editors.

Templates are compiled to PHP and cached, giving great performance and taking advantage of PHP accelerators.

PHPTAL by default ensures well-formed output and escapes XML-unsafe characters everywhere, which means that your pages can be completely safe against HTML-injection (XSS) without great effort.

Additional features:
• fine-grained caching of output,
• pre- and post- filters,
• internationalization via gettext or custom backend,
• creation of custom template attributes and expressions,
• templates loaded from non-standard sources (e.g. database),
• supports UTF-8 well,
• is easy to integrate and redistribute with PHP frameworks and applications.
• object-oriented design, comprehensive unit test suite.
» Maintainers » More Information