AvanTemplate is a template engine for PHP. It is multi-byte safe and consumes little computing resources. It supports variable replacement, block that can be set to hidden or shown, loop, multiple-depth loop, and includes statement in template file.
The developer has been implementing parsed template file reuse system. It should provide even more efficiency and speed gain.
Why don't you start using it today?
What's New in This Release:
· Added ALT BLOCK support both for LOOP(including multi-depth LOOP) and BLOCK.
· Added API documentation inside the script.
· Added _stripAltBlock() and _getAltBlock().
· Both of them are private method.
Product's homepage