Prepare for the ZCE exam using our quizzes (web or iPad/iPhone). More info...
unregisterResource() — dynamically unregister a resource plugin
void unregisterResource(string name);
Pass in the name of the resource.
name
Example 190. unregisterResource()
<?php$smarty->unregisterResource('db');?>
See also registerResource() and template resources
registerResource()