html_table ??
html_table ??:
??? ?? ?? html_table? ??? ???? HTML ???? ????. cols ??? ???? ?? ? ?? ?????.
table_attr, tr_attr ? td_attr ??? tr ? td? ???? ?? ?? ?????.
tr_attr ? td_attr ?? ?? ???? ?? ?? ??? ?????.
trailpad ??? ???? ??? ?? ??? ?? ?? ???? ?????. ?:
index.php:
require('Smarty.class.php');$smarty = new Smarty;$smarty->??('data',array(1,2, 3,4,5,6,7,8,9 ));
$smarty->??('tr',array('bgcolor="skyblue"','bgcolor="#0f0"'));
$smarty->display('index.tpl') ;
index.tpl:
{html_table loop=$data}{html_table loop=$data cols=4 table_attr='border="0"'} {html_table loop=$data cols=4 tr_attr=$ tr}
??:
: