/ LJCPHPCodeDoc / LJCHTMLTableLib / LJCHTMLTable


Syntax

PHP
class LJCHTMLTable

Provides methods to create an object HTML Table.

Public Functions
construct Initializes a class instance with the provided values.
Collection
CollectionHeadings Create table headings from a Collection Object.
CollectionHTML Create an HTML table from an Collection Object.
CollectionRows Create table rows from a Collection Object.
Array of Objects
ObjectArrayHeadings Create table headings from an ObjectArray Data Object.
ObjectArrayHTML Create an HTML table from an ObjectArray Data Object.
ObjectArrayRows Create an HTML table from an ObjectArray Data Object.
Array of Rows
ResultHeadings Create table headings from result rows.
ResultHTML Create an HTML table from result rows.
ResultRows Create table rows from result rows.
10 Functions

Public Properties
$ClassName The class name for debugging.
$ColumnNames _PropertySummary_
$DebugText The debug text.
$HeadingAttribs _PropertySummary_
$MaxRows _PropertySummary_
$DataAttribs _PropertySummary_
$TableAttribs _PropertySummary_

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.