zodinyac
Results
2
issues of
zodinyac
The following code doesn't work: $str = new Dwoo\Template\Str('{include(file="test.tpl")}'); echo $tpl->get($str); `$str` is `Str` object and doesn't have correct `templateFactory`. When I do $str = new Dwoo\Template\Str('{include(file="file:test.tpl")}'); echo $tpl->get($str); It...
Hello. The following code doesn't work: {template test} test {/template} {eval $text} where `$text = "{test}"` When I use `{test}` instead of `{eval $text}` all is ok.