Closed Fraenkiman closed 4 months ago
Smarty API methods:
$smarty->assignByRef()
$smarty->assign()
Smarty API properties:
$smarty->cache_dir
$smarty->setCacheDir()
$smarty->compile_dir
$smarty->setCompileDir()
$smarty->template_dir
$smarty->setTemplateDir()
Smarty API methods:
$smarty->assignByRef()
replaced with$smarty->assign()
Smarty API properties:
$smarty->cache_dir
replaced with$smarty->setCacheDir()
$smarty->compile_dir
replaced with$smarty->setCompileDir()
$smarty->template_dir
replaced with$smarty->setTemplateDir()