void assign(
string
$tpl_var, [unknown_type
$value = null]
)
|
|
Assignes value to variable in tple dataspace
Parameters:
|
string |
$tpl_var: |
Variable name |
|
unknown_type |
$value: |
- Variable value |
API Tags:
void display(
string
$tpl
)
|
|
Displays the template
Parameters:
|
string |
$tpl: |
Template file |
API Tags:
string fetch(
unknown_type
$tpl
)
|
|
Fetches and returns the template
Parameters:
|
unknown_type |
$tpl: |
Template file |
API Tags:
Gets directory where TPL files reside
API Tags:
void set_tpl_dir(
string
$tpl_dir
)
|
|
Sets directory where TPL files reside
Parameters:
API Tags: