Blame | Letzte Änderung | Log anzeigen | RSS feed
unregisterResource()dynamically unregister a resource pluginDescription===========voidunregisterResourcestringnamePass in the `name` of the resource.<?php$smarty->unregisterResource('db');?>See also [`registerResource()`](#api.register.resource) and [templateresources](#resources)