summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormonte.ohrt <monte.ohrt@localhost>2010-02-08 17:08:09 +0000
committermonte.ohrt <monte.ohrt@localhost>2010-02-08 17:08:09 +0000
commit5be6130f0cba4eae7aa0b6b20d702c0856439f56 (patch)
tree752019559c7fd5850c2a12d871aa0acfa1d0f011 /README
parent7bfa54f06741ad2b334f837c4d05a59482f60814 (diff)
downloadsmarty-5be6130f0cba4eae7aa0b6b20d702c0856439f56.tar.gz
smarty-5be6130f0cba4eae7aa0b6b20d702c0856439f56.tar.bz2
smarty-5be6130f0cba4eae7aa0b6b20d702c0856439f56.zip
update API list
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index a8a732ee..9011ea92 100644
--- a/README
+++ b/README
@@ -29,9 +29,9 @@ $smarty->isCached($template, $cache_id = null, $compile_id = null)
$smarty->createData($parent = null)
$smarty->createTemplate($template, $cache_id = null, $compile_id = null, $parent = null)
$smarty->enableSecurity()
+$smarty->disableSecurity()
$smarty->setTemplateDir($template_dir)
$smarty->addTemplateDir($template_dir)
-$smarty->enableCaching()
$smarty->templateExists($resource_name)
$smarty->loadPlugin($plugin_name, $check = true)
$smarty->loadFilter($type, $name)