|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
contains HTML features More...
Collaboration diagram for Html_Table:Static Public Member Functions | |
| static | sql2table ($cn, $a_col, $sql, $table_style='class="result"', $a_sql_var=null) |
| static | test_me () |
contains HTML features
Definition at line 30 of file html_table.class.php.
|
static |
@brief Receives a SQL command and returns a string with the HTML code
to display it as a table.
Simple table without any feature (link in certain cell, sort,...)
@param $cn database object
@param $a_col header of the column it is an array of array
indexes are link, name,image, style
@param $sql query to execute
@param $table_style style of the table
@parm $a_sql_var array variable for the $sql DEFAULT NULL
Definition at line 79 of file html_table.class.php.
References $a_col, $cn, $e, $i, $r, $ret, $row, $sql, $style, DatabaseCore\fetch_row(), h, DatabaseCore\num_row(), and td().
Referenced by test_me().
Here is the call graph for this function:
|
static |
Definition at line 124 of file html_table.class.php.
References $_GET, $cn, $img, $order, $sql, $url, and sql2table().
Here is the call graph for this function: