Smarty_customThe Smarty class modified for PLICI Smarty is a powerfull template engine
Located in /core/internal_components/common/globals/config_smarty.inc (line 40)
Smarty | --Smarty_custom
none
display
(string $template, [bool $notFromMessage = true], [bool $is_using_cache = false], [bool $notFromTBoUser = true])
void
setHtmlEditor
(string $p_name, [string $p_value = NULL], [array $p_template = NULL], [array $p_bbcode = NULL], [string $p_skin = NULL], [string $p_lang = NULL])
void
xDisplayInternal
(string $template, [bool $notFromMessage = true], [bool $is_using_cache = false], [bool $notFromTBoUser = true])
string
$compiler_class
= 'Smarty_Compiler_custom' (line 126)
The class used for compiling templates.
string
$compiler_file
= "" (line 119)
The file that contains the compiler class. This can a full pathname, or relative to the php_include path.
string
$id_of_cache
= "" (line 47)
The MD5 cache id generated by PLICI for using the Smarty cache
string
$memori_of_template_name
= "" (line 774)
Template memory
bool
$m_cannotbecached
= false (line 53)
PLICI var to set if this page must use cache or not
string
$m_memory_id_of_cache
= "" (line 111)
Deprecated
siteInformation
$m_object_siteinformation
= null (line 95)
The PLICI main siteInformation class
array
$m_tpl_var_for_all
= array() (line 103)
The PLICI var containing variable for all the web page (in any template)
integer
$page_id
= 0 (line 73)
¨PLICI current page id
string
$page_name
= NULL (line 67)
Current page name from Url
string
$page_tpl
= NULL (line 80)
string
$template_asked
= "" (line 60)
Template required by PLICI
The class constructor.
PLICI load and configure the Smarty Object
assigns values to template variables PLICI play with the vars to set it only for the needed template
assigns values to template variables by reference PLICI play with the vars to set it only for the needed template
assigns values to template variables by reference PLICI set this template var for all the template for the web page
assigns values to template variables by reference PLICI set this template var only for the page template (only for details, not for links)
assigns values to template variables PLICI set this template var for all the tempaltes (details and links)
assigns values to template variables PLICI set this template var only for the page template (only for details, not for links)
executes & displays the template results PLICI make many tratement to print the correct html code
test to see if valid cache exists for this template PLICI can bypass this function to force template to not be cached
PLICI load the tab index
PLICI force this page to not be cached
Assign to Smarty a var $p_name wich contain the htmleditor code to print
From a short template path, find and set the good template and secure directory for Smarty.
Used for closing the debug printing when acceding to a page with www.sample.com/?plici_debug=true
Display the template
Used for openning the debug printing when acceding to a page with www.sample.com/?plici_debug=true
Used for closing the debug printing when acceding to a page with www.sample.com/?plici_debug=true
Used for openning the debug printing when acceding to a page with www.sample.com/?plici_debug=true
called for included templates PLICI manage this blocs here : <!--{include file="block_auto_container"}-->
Documentation generated on Tue, 25 Mar 2008 15:32:57 +0100 by phpDocumentor 1.3.2