PHP Classes

File: htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-resource.md

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-resource.md   Download  
File: htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-resource.md
Role: Example script
Content type: text/markdown
Description: Example script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 328 bytes
 

Contents

Class file image Download

unregisterResource()

dynamically unregister a resource plugin

Description

void

unregisterResource

string

name

Pass in the name of the resource.

<?php

$smarty->unregisterResource('db');

?>

   

See also registerResource() and template resources