[ Index ] |
|
Code source de CMS made simple 1.0.5 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 210 lignes (7 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
cms_module_ListTemplates(&$modinstance, $modulename = '') X-Ref |
Methods for modules to do template related functions |
cms_module_GetTemplate(&$modinstance, $tpl_name, $modulename = '') X-Ref |
Returns a database saved template. This should be used for admin functions only, as it doesn't follow any smarty caching rules. |
cms_module_GetTemplateFromFile(&$modinstance, $template_name) X-Ref |
Returns contents of the template that resides in modules/ModuleName/templates/{template_name}.tpl Code adapted from the Guestbook module |
cms_module_SetTemplate(&$modinstance, $tpl_name, $content, $modulename = '') X-Ref |
Pas de description |
cms_module_DeleteTemplate(&$modinstance, $tpl_name = '', $modulename = '') X-Ref |
Pas de description |
cms_module_IsFileTemplateCached(&$modinstance, $tpl_name, $designation = '', $timestamp = '', $cacheid = '') X-Ref |
Pas de description |
cms_module_ProcessTemplate(&$modinstance, $tpl_name, $designation = '', $cache = false, $cacheid = '') X-Ref |
Pas de description |
cms_module_IsDatabaseTemplateCached(&$modinstance, $tpl_name, $designation = '', $timestamp = '') X-Ref |
Pas de description |
cms_module_ProcessTemplateFromData(&$modinstance, $data) X-Ref |
Given a template in a variable, this method processes it through smarty note, there is no caching involved. |
cms_module_ProcessTemplateFromDatabase(&$modinstance, $tpl_name, $designation = '', $cache = false) X-Ref |
Pas de description |
Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |