- Added exec tag (disabled by default), useful to call PHP functions
commit552bb80da39984eec8a459b6e97ed2fc64b2a8b1
authorCésar D. Rodas <crodas@php.net>
Thu, 5 Aug 2010 21:45:30 +0000 (5 17:45 -0400)
committerCésar D. Rodas <crodas@php.net>
Thu, 5 Aug 2010 21:45:30 +0000 (5 17:45 -0400)
treee62a4323c04a18958320b998325b875896d9623c
parentbf39248baea862a45956480382e1ceab1872cded
- Added exec tag (disabled by default), useful to call PHP functions
- Load needed files when the compiler is needed (to avoid several calls to autoloader)
lib/Haanga.php
lib/Haanga/Compiler.php
lib/Haanga/Extension/Tag/Exec.php [new file with mode: 0644]
tests/TestSuite.php
tests/assert_templates/exec.html.php [new file with mode: 0644]
tests/assert_templates/exec.tpl [new file with mode: 0644]
tests/templateTest.php