Rewrite the template system to have user-customizable open and close tags.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 1 Jun 2013 18:03:19 +0000 (14:03 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 1 Jun 2013 18:03:19 +0000 (14:03 -0400)
commite734487fd1be3f07c4f0c4441e009cecd1c880fe
tree691c1c22270c50f8154f95ca1709557f94856360
parentbe9bb0c07079780b2e4d4f187b3a3a8f2ce31106
Rewrite the template system to have user-customizable open and close tags.

This requires a change in the grammar to normalize it. Rather than having {% %}
print an expression, it now evaluates a statement. To print, use {%= %} instead.
{!% %} has been removed.
CHANGES
testing/tests/views/template_test.php
views/template.php