- implemented caching of registered Resources

- new property 'auto_literal'. if true(default)  '{ ' and ' }' interpreted as literal, not as Smarty delimiter
This commit is contained in:
Uwe.Tews
2009-08-29 16:29:52 +00:00
parent a13ae6628c
commit bfefb8e017
9 changed files with 762 additions and 755 deletions

View File

@@ -29,7 +29,7 @@ class Smarty_Internal_Resource_PHP {
*/
public function getTemplateFilepath($_template)
{
$_filepath = $_template->buildTemplateFilepath ();
$_filepath = $_template->buildTemplateFilepath ();
if ($_template->security) {
$_template->smarty->security_handler->isTrustedResourceDir($_filepath);