Class plFlexList

Description

Creates HTML tables based on a template file.

Located in /app/lib/plFlexList.php (line 15)


	
			
Variable Summary
Method Summary
 plFlexList __construct ()
 void addFancyTextRow (mixed $row)
 void addHtmlRow (mixed $row)
 boolean addRow (array $row)
 void draw ()
 void generatePager ()
 boolean setFilterParams (array $filter)
 void setTemplatePrefix (mixed $prefix)
Variables
mixed $column_names = array() (line 25)
mixed $flex_footer_name = 'flex_footer' (line 28)
mixed $flex_header_name = 'flex_header' (line 26)
mixed $flex_row_name = 'flex_row' (line 27)
mixed $get_url = '' (line 30)
mixed $order = '' (line 32)
mixed $order_field = '' (line 31)
mixed $pager_prefix = '' (line 36)
mixed $page_offset = 0 (line 35)
mixed $records_per_page = 0 (line 34)
mixed $rows_buffer (line 24)
mixed $table_url = '' (line 29)
mixed $template_array = array() (line 23)
string $template_file (line 22)

The path of the template file.

mixed $total_records = 0 (line 33)
Methods
Constructor __construct (line 39)
  • access: public
plFlexList __construct ()
addFancyTextRow (line 80)
void addFancyTextRow (mixed $row)
addHtmlRow (line 89)
void addHtmlRow (mixed $row)
addRow (line 71)

Adds a new row to the bottom of the table being built.

boolean addRow (array $row)
  • array $row
draw (line 221)
void draw ()
generatePager (line 96)
void generatePager ()
setFilterParams (line 54)

Determine what filters are being used on the table.

Extend description.

boolean setFilterParams (array $filter)
  • array $filter
setTemplatePrefix (line 284)
void setTemplatePrefix (mixed $prefix)

Documentation generated on Tue, 19 Oct 2004 17:16:11 -0400 by phpDocumentor 1.3.0RC3