{_ $x = $sql->execute('select',array('table' => $administrator_xttz_db_name,'where' => array('fid=0'),'orderby' => array('t_order','asc'),'limit' => '')) }
{_ $x_count=count($x) }
{for $i=0;$i<$x_count;$i++}
{_ $x2 = $sql->execute('select',array('table' => $administrator_xttz_db_name,'where' => array('fid='.$x[$i]['id'].''),'orderby' => array('t_order','asc'),'limit' => '')) }
{_ $x2_count=count($x2) }
{for $h=0;$h<$x2_count;$h++}
|
{_e $x2[$h]['t_name']}[{_e $x2[$h]['id']}] |
{_e $x2[$h]['t_zhus']} |
{_e $x2[$h]['t_order']} |
>
|
> |
|
{/for}
{/for}