- load seldom used Smarty API methods dynamically to reduce memory footprint

This commit is contained in:
uwetews
2015-08-17 21:52:32 +02:00
parent eb7aa8fe92
commit 6cbcdf4d7b
65 changed files with 2552 additions and 1536 deletions
+2 -2
View File
@@ -73,8 +73,8 @@ abstract class Smarty_CacheResource
{
if ($_template->cached->handler->process($_template)) {
ob_start();
$_template->cached->unifunc($_template);
$unifunc = $_template->cached->unifunc;
$unifunc($_template);
return ob_get_clean();
}