mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Done #165
This commit is contained in:
@@ -7,6 +7,6 @@ require_once __DIR__.'/../tests/tools.php';
|
||||
|
||||
$fenom = Fenom::factory(__DIR__.'/templates', __DIR__.'/compiled');
|
||||
$fenom->setOptions(Fenom::AUTO_RELOAD);
|
||||
var_dump($fenom->compileCode('{$b == 5 ? "5" : "?"}')->getBody());
|
||||
var_dump($fenom->compileCode('{set $z = "A"~~"B"}')->getBody());
|
||||
//$fenom->display("blocks/second.tpl", []);
|
||||
// $fenom->getTemplate("problem.tpl");
|
||||
Reference in New Issue
Block a user