update API list

This commit is contained in:
monte.ohrt
2010-02-08 17:08:09 +00:00
parent 7bfa54f067
commit 5be6130f0c

2
README
View File

@@ -29,9 +29,9 @@ $smarty->isCached($template, $cache_id = null, $compile_id = null)
$smarty->createData($parent = null) $smarty->createData($parent = null)
$smarty->createTemplate($template, $cache_id = null, $compile_id = null, $parent = null) $smarty->createTemplate($template, $cache_id = null, $compile_id = null, $parent = null)
$smarty->enableSecurity() $smarty->enableSecurity()
$smarty->disableSecurity()
$smarty->setTemplateDir($template_dir) $smarty->setTemplateDir($template_dir)
$smarty->addTemplateDir($template_dir) $smarty->addTemplateDir($template_dir)
$smarty->enableCaching()
$smarty->templateExists($resource_name) $smarty->templateExists($resource_name)
$smarty->loadPlugin($plugin_name, $check = true) $smarty->loadPlugin($plugin_name, $check = true)
$smarty->loadFilter($type, $name) $smarty->loadFilter($type, $name)