Core  3.2
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 = "prev"
 
 $next = "next"
 
 $first = "first"
 
 $last = "last"
 
 $page_link
 
 $row = 0
 
 $out
 

Detailed Description

Deprecated:
not necessary and not used now

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

Member Function Documentation

construct_table ( )

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

+ Here is the call graph for this function:

create_link (   $template,
  $values,
  $text 
)

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

get ( )

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

+ Here is the call graph for this function:

select_colnames ( )

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

show ( )

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

+ Here is the call graph for this function:

show_alpha ( )

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

+ Here is the call graph for this function:

show_footer ( )

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

+ Here is the call graph for this function:

show_header ( )

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

+ Here is the call graph for this function:

show_navbar ( )

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

+ Here is the call graph for this function:

show_table ( )

Definition at line 285 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 460 of file Class.Table.php.

table_close ( )

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

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

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

table_heading_row_open ( )

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

table_index_row_open ( )

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

table_open ( )

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

table_row_close ( )

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

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

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

Field Documentation

$alpha_index = 0

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

$array

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

$arrayobj = "FALSE"

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

$border = 0

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

$cellspacing = 0

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

$class

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

$colortab

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

$defaultcolor = "#FFFFFF"

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

$fields

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

$fieldsattr

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

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

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

$first = "first"

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

$footattr

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

$footcolor

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

$footcontent

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

$footing = 0

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

$head_class

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

$headattr

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

$headcolor

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

$headcontent

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

$heading = 0

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

$index_class

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

$indexcolor

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

$last = "last"

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

$links

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

$next = "next"

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

$ordered_by

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

$out

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

$page_bgcolor = "#FFFFFF"

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

$page_link

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

$page_numbering = 0

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

$previous = "prev"

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

$row = 0

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

$slice = 20

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

$sort_link

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

$sortable_fields

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

$start = 0

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

$width = "100%"

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


The documentation for this class was generated from the following file:
← centre documentaire © anakeen