Collaboration diagram for TableLayout:Public Member Functions | |
| __construct (&$lay, $table_name= 'TABLE') | |
| Set () | |
| GenHeader () | |
| GenTable () | |
| GenFooter () | |
| GenPaging () | |
| SelectColnames () | |
| create_link ($template, $values, $text) | |
Data Fields | |
| $table_name | |
| $array | |
| $fields | |
| $order_by | |
| $desc = "" | |
| $sort_link | |
| $headcontent | |
| $headsortfields | |
| $footcontent | |
| $links | |
| $start = 0 | |
| $slice = 20 | |
| $page_numbering = 0 | |
| $prev = "prev" | |
| $next = "next" | |
| $first = "first" | |
| $last = "last" | |
| $page_link | |
| $nb_tot = 0 | |
| $row = 0 | |
| $out | |
| $paging_zone | |
| $header_zone | |
| $table_zone | |
| $footer_zone | |
Definition at line 27 of file Class.TableLayout.php.
| __construct | ( | & | $lay, |
$table_name = 'TABLE' |
|||
| ) |
Definition at line 84 of file Class.TableLayout.php.
| create_link | ( | $template, | |
| $values, | |||
| $text | |||
| ) |
Definition at line 261 of file Class.TableLayout.php.
| GenFooter | ( | ) |
Definition at line 185 of file Class.TableLayout.php.
| GenHeader | ( | ) |
| GenPaging | ( | ) |
| GenTable | ( | ) |
| SelectColnames | ( | ) |
Definition at line 245 of file Class.TableLayout.php.
| Set | ( | ) |
| $array |
Definition at line 33 of file Class.TableLayout.php.
| $desc = "" |
Definition at line 38 of file Class.TableLayout.php.
| $fields |
Definition at line 36 of file Class.TableLayout.php.
| $first = "first" |
Definition at line 62 of file Class.TableLayout.php.
| $footcontent |
Definition at line 47 of file Class.TableLayout.php.
| $footer_zone |
Definition at line 78 of file Class.TableLayout.php.
| $headcontent |
Definition at line 43 of file Class.TableLayout.php.
| $header_zone |
Definition at line 76 of file Class.TableLayout.php.
| $headsortfields |
Definition at line 45 of file Class.TableLayout.php.
| $last = "last" |
Definition at line 64 of file Class.TableLayout.php.
| $links |
Definition at line 50 of file Class.TableLayout.php.
| $nb_tot = 0 |
Definition at line 70 of file Class.TableLayout.php.
| $next = "next" |
Definition at line 60 of file Class.TableLayout.php.
Definition at line 37 of file Class.TableLayout.php.
| $out |
Definition at line 74 of file Class.TableLayout.php.
| $page_link |
Definition at line 66 of file Class.TableLayout.php.
| $page_numbering = 0 |
Definition at line 57 of file Class.TableLayout.php.
| $paging_zone |
Definition at line 75 of file Class.TableLayout.php.
| $prev = "prev" |
Definition at line 58 of file Class.TableLayout.php.
| $row = 0 |
Definition at line 73 of file Class.TableLayout.php.
| $slice = 20 |
Definition at line 56 of file Class.TableLayout.php.
| $sort_link |
Definition at line 39 of file Class.TableLayout.php.
| $start = 0 |
Definition at line 55 of file Class.TableLayout.php.
| $table_name |
Definition at line 32 of file Class.TableLayout.php.
| $table_zone |
Definition at line 77 of file Class.TableLayout.php.