FreeMED Opensource EMR/PM Software |
function<br>Name: html_table<br> Date: Feb 17, 2003<br> Purpose: make an html table from an array of data<br> Input:<br>
Examples<pre> {table loop=$data} {table loop=$data cols=4 tr_attr=’”bgcolor=red”’} {table loop=$data cols=4 tr_attr=$colors} </pre> @author Monte Ohrt mo@ispi .net @version 1.0 @link ntehttp://smarty.php.net- /manual- /en- /language.function.html.table.php {html_table} (Smarty online manual) @param array @param Smarty @return string |