|
XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
| namespace | Smarty |
Functions | |
| smarty_function_html_table ($params, &$smarty) | |
| smarty_function_html_table_cycle ($name, $var, $no) | |
| smarty_function_html_table | ( | $params, | |
| & | $smarty | ||
| ) |
Smarty {html_table} function plugin
Type: function
Name: html_table
Date: Feb 17, 2003
Purpose: make an html table from an array of data
Input:
Examples:
{table loop=$data}
{table loop=$data cols=4 tr_attr='"bgcolor=red"'}
{table loop=$data cols="first,second,third" tr_attr=$colors}
Definition at line 49 of file function.html_table.php.
References smarty_function_html_table_cycle().

| smarty_function_html_table_cycle | ( | $name, | |
| $var, | |||
| $no | |||
| ) |
Definition at line 164 of file function.html_table.php.
Referenced by smarty_function_html_table().
