-
One or more PHP call script files can be included to have their structure analyzed.phpMyReflector uses the reflection API to obtain the functions, variables, parent classes, interfaces, and comments of each class found in the included files.The extracted information is used to display in an HTML table.Requirements: PHP 5.0 or higher
-
Generate database auto increment table alter query traverses all tables of a given MySQL database and generates SQL statements that alter the tables to add auto-increment fields after restoring a database dump that did not preserve them.The SQL statements generated can be served for download as the current script output or returned as a single string.Requirements: PHP 4.0 or higher
-
oDebug can perform several actions that help debugging PHP scripts like displaying PHP environment variables, included scripts, run-time errors, the time a page took to generate or database queries took to execute.The tracked debug information can be displayed in HTML tables.Requirements: - PHP 5.0 or Higher
-
Any HTML 3.2 element can be defined.
-
A connection to a MySQL database can be established and the records in one or more tables can be updated. Updates can be done only for rows that match given field values.Requirements: PHP 4.0 or higher
-
The style properties of HTML elements, such as the text font type, size, color and alignment, are abstracted by the font class. The cell class abstracts the cells that compose the table.The table class abstracts the definition of the layout and presentation details of tables.
-
ianaz Calendar generates an HTML table displaying the days of a given month of the year in the table cells. The calendar's background and text colors can be configured.
-
Options such as the font, font size, font color, table color, border color and others, can be completely customized.phpCal can color the table cells of each day according to existence of events for that day.
-
mySqlQuery2Table executes a given MySQL query and generates an HTML table that displays the query results. The query result fields can be displayed in the table header.Each table column may be rendered with their own CSS style sheet. Even and odd table rows may also be displayed with different CSS style sheets.Requirements: PHP 4.0 or higher
-
MySQL tables description generator can query the definition of a given MySQL database table and generate a PHP class with functions that return details about the table.Functions to return the name of the table and its field, are generated.Requirements: PHP 3.0 or higher
-
A new page and frame target can be specified to get notified of the chosen date.The generated HTML builds a table using CSS class attributes, so the look and feel of the display can be customized.
-
Record Tree can execute database queries to traverse an hierarchy of database table records that form a tree.An array containing values of entries of the object in the tree, can be returned.Requirements: PHP 5.00 or higher
-
ClassBuilder can retrieve the information about the fields of a given MySQL table and generates code for a class that can perform several types of actions to access the table records as if they were objects.Objects can be created, saved to the table or retrieved by primary key.Variables associated to each table column can also be set.Requirements: PHP 5.0 or ...
-
Tab To XML contains three functions: getLine(), convertToXML() and insertIntoMySQL().
-
The output of the cal command for a given month is formatted and inserted into a HTML table.

