Some sunday afternoon i got bored and wrote this simple php template engine. Since then was added some functionality and here it is... Well not that bored, i just needed template engine usable in my commerecial projects..
Download
ZeniTPL requires MB_STRING extension installed
Package contains library and example of use.
Features
- Code and design separation
- Variable assigning
- Creating/repeating blocks
- Pretty fast template parsing even on big templates
- New BSD licence
Requirements
- PHP 5+
- MB_STRING extension
If you find bug...
...please let me know at zenithies [ at ] gmail [ dot ] com
update 2010-05-18
* Seome code cleanup
update 2010-04-08
* Removed bug with non replaced helpers of empty blocks