diff options
| author | monte.ohrt <monte.ohrt@localhost> | 2010-02-08 17:08:09 +0000 |
|---|---|---|
| committer | monte.ohrt <monte.ohrt@localhost> | 2010-02-08 17:08:09 +0000 |
| commit | 5be6130f0cba4eae7aa0b6b20d702c0856439f56 (patch) | |
| tree | 752019559c7fd5850c2a12d871aa0acfa1d0f011 /README | |
| parent | 7bfa54f06741ad2b334f837c4d05a59482f60814 (diff) | |
| download | smarty-5be6130f0cba4eae7aa0b6b20d702c0856439f56.tar.gz smarty-5be6130f0cba4eae7aa0b6b20d702c0856439f56.tar.bz2 smarty-5be6130f0cba4eae7aa0b6b20d702c0856439f56.zip | |
update API list
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
