This post originated from an RSS feed registered with PHP Buzz
by Stephan Schmidt.
Original Post: 2c It's here! patTemplate 3.0.0 stable released 13
Feed Title: a programmer's best friend
Feed URL: http://blog.php-tools.net/rss.php?version=1.0
Feed Description: The blog of PHP Application Tools
987
I finally managed to release the stable version of my templating engine. It has been completely recoded for this release, as well as redesigned. Here's just a short list of the feature:
based on XML tags
Very flexible architecture
interchangable readers: read from files, string, other template formats
input filters
output filters
variable modifiers
easily extendible (bind PHP objects to tags)
accepts strings, arrays and objects
features conditions for special templates (odd, even, first or last repetition)
If you'd like to see a full list of features, you might want to take a look at the online examples or browse our blog.
If you're still not convinced to use patTemplate, maybe you should know, that the content management system Mambo started adopting patTemplate for their next major version.
To download the package, have a look at our site, or to be on the bleeding edge and give yourself some shivers, there's also the CVS snapshots.
17