noalyss Version-9
|
contains HTML features More...
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, $content, $e, $i, $r, $ret, $row, $sql, $style, DatabaseCore\fetch_row(), h, DatabaseCore\num_row(), and td().
Referenced by test_me().
|
static |
Definition at line 124 of file html_table.class.php.
References $_GET, $cn, $img, $order, $sql, $url, Dossier\connect(), HtmlInput\get_to_string(), and sql2table().