Blitz templates is a fast template engine written in C and compiled as a PHP module. It started as a php_templates replacement, but developed into much more. It is based on extensible template controllers (PHP) and weakly-active templates (HTML).
Nice engine! Work very, very fast !
works fine!
New methods "assign" and "display" were added: "assign" is just the same as "set", and "display" executes template and outputs the result. $View->display($vars) is equal to echo $View->parse($vars). New ini-variable "blitz.warn_context_duplicates" was added. When it's set to 1 (default is 0) blitz generates warnings for context name duplicates by comparing full context paths. A couple of segfaults were fixed (fetch without parameters, bugs #242, #232)
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?