Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Table Class Reference
+ Collaboration diagram for Table:

Public Member Functions

 show ()
 
 get ()
 
 construct_table ()
 
 show_alpha ()
 
 show_header ()
 
 show_table ()
 
 show_footer ()
 
 show_navbar ()
 
 select_colnames ()
 
 table_open ()
 
 table_close ()
 
 table_row_open ($nbcol="", $color="")
 
 table_row_close ()
 
 table_index_row_open ()
 
 table_heading_row_open ()
 
 table_heading_cell ($val, $colspan=1, $class="", $align="left")
 
 table_cell ($val, $colspan=1, $align="left", $wrap="", $class="", $width="")
 
 create_link ($template, $values, $text)
 

Data Fields

 $array
 
 $arrayobj = "FALSE"
 
 $fields
 
 $filter = "/[A-Za-z0-9][A-Za-z0-9_]*/"
 
 $sortable_fields
 
 $ordered_by
 
 $sort_link
 
 $fieldsattr
 
 $heading = 0
 
 $headcontent
 
 $headattr
 
 $headcolor
 
 $indexcolor
 
 $footing = 0
 
 $footcontent
 
 $footattr
 
 $footcolor
 
 $links
 
 $class
 
 $index_class
 
 $head_class
 
 $width = "100%"
 
 $colortab
 
 $border = 0
 
 $cellspacing = 0
 
 $defaultcolor = "#FFFFFF"
 
 $page_bgcolor = "#FFFFFF"
 
 $start = 0
 
 $slice = 20
 
 $alpha_index = 0
 
 $page_numbering = 0
 
 $previous = N_("prev")
 
 $next = N_("next")
 
 $first = N_("first")
 
 $last = N_("last")
 
 $page_link
 
 $row = 0
 
 $out
 

Detailed Description

Definition at line 91 of file Class.Table.php.

Member Function Documentation

construct_table ( )

Definition at line 187 of file Class.Table.php.

+ Here is the call graph for this function:

create_link (   $template,
  $values,
  $text 
)

Definition at line 545 of file Class.Table.php.

get ( )

Definition at line 177 of file Class.Table.php.

+ Here is the call graph for this function:

select_colnames ( )

Definition at line 470 of file Class.Table.php.

show ( )

Definition at line 171 of file Class.Table.php.

+ Here is the call graph for this function:

show_alpha ( )

Definition at line 214 of file Class.Table.php.

+ Here is the call graph for this function:

show_footer ( )

Definition at line 402 of file Class.Table.php.

+ Here is the call graph for this function:

show_header ( )

Definition at line 323 of file Class.Table.php.

+ Here is the call graph for this function:

show_navbar ( )

Definition at line 425 of file Class.Table.php.

+ Here is the call graph for this function:

show_table ( )

Definition at line 353 of file Class.Table.php.

+ Here is the call graph for this function:

table_cell (   $val,
  $colspan = 1,
  $align = "left",
  $wrap = "",
  $class = "",
  $width = "" 
)

Definition at line 528 of file Class.Table.php.

table_close ( )

Definition at line 486 of file Class.Table.php.

table_heading_cell (   $val,
  $colspan = 1,
  $class = "",
  $align = "left" 
)

Definition at line 515 of file Class.Table.php.

table_heading_row_open ( )

Definition at line 510 of file Class.Table.php.

table_index_row_open ( )

Definition at line 505 of file Class.Table.php.

table_open ( )

Definition at line 481 of file Class.Table.php.

table_row_close ( )

Definition at line 499 of file Class.Table.php.

table_row_open (   $nbcol = "",
  $color = "" 
)

Definition at line 491 of file Class.Table.php.

Field Documentation

$alpha_index = 0

Definition at line 145 of file Class.Table.php.

$array

Definition at line 96 of file Class.Table.php.

$arrayobj = "FALSE"

Definition at line 97 of file Class.Table.php.

$border = 0

Definition at line 138 of file Class.Table.php.

$cellspacing = 0

Definition at line 139 of file Class.Table.php.

$class

Definition at line 133 of file Class.Table.php.

$colortab

Definition at line 137 of file Class.Table.php.

$defaultcolor = "#FFFFFF"

Definition at line 140 of file Class.Table.php.

$fields

Definition at line 101 of file Class.Table.php.

$fieldsattr

Definition at line 109 of file Class.Table.php.

$filter = "/[A-Za-z0-9][A-Za-z0-9_]*/"

Definition at line 102 of file Class.Table.php.

$first = N_("first")

Definition at line 154 of file Class.Table.php.

$footattr

Definition at line 123 of file Class.Table.php.

$footcolor

Definition at line 125 of file Class.Table.php.

$footcontent

Definition at line 121 of file Class.Table.php.

$footing = 0

Definition at line 120 of file Class.Table.php.

$head_class

Definition at line 135 of file Class.Table.php.

$headattr

Definition at line 114 of file Class.Table.php.

$headcolor

Definition at line 116 of file Class.Table.php.

$headcontent

Definition at line 112 of file Class.Table.php.

$heading = 0

Definition at line 111 of file Class.Table.php.

$index_class

Definition at line 134 of file Class.Table.php.

$indexcolor

Definition at line 118 of file Class.Table.php.

$last = N_("last")

Definition at line 156 of file Class.Table.php.

$links

Definition at line 128 of file Class.Table.php.

$next = N_("next")

Definition at line 152 of file Class.Table.php.

$ordered_by

Definition at line 105 of file Class.Table.php.

$out

Definition at line 165 of file Class.Table.php.

$page_bgcolor = "#FFFFFF"

Definition at line 141 of file Class.Table.php.

$page_link

Definition at line 158 of file Class.Table.php.

$page_numbering = 0

Definition at line 149 of file Class.Table.php.

$previous = N_("prev")

Definition at line 150 of file Class.Table.php.

$row = 0

Definition at line 164 of file Class.Table.php.

$slice = 20

Definition at line 144 of file Class.Table.php.

$sort_link

Definition at line 106 of file Class.Table.php.

$sortable_fields

Definition at line 103 of file Class.Table.php.

$start = 0

Definition at line 143 of file Class.Table.php.

$width = "100%"

Definition at line 136 of file Class.Table.php.


The documentation for this class was generated from the following file:
← centre documentaire © anakeen - published under CC License - Dynacase