-
sql_Generator class is meant to make it easier to generate SQL queries for inserting or updating records in a database table.Just specify the required fields, and then call the class functions to retrieve the SQL statement to perform an insert or update query.
-
The definition of a database table can be extracted and classes to query that table in order to store or retrieve records into class variables, can be generated.Requirements: PHP 5.0 or higherLimitations: The code and documentation are in Portuguese.
-
data_table requires a bi-demensional array. The table can be set to be orderable and so the headers appear as links that will make the table be sorted when they are clicked.data_table also has an automatic next-previous functions which will show links at the bottom of the table when the count of data will be bigger than the count of shown ...
-
A file containing rows of data that use the | character to delimit table cell data is used to define the table contents.
-
QTxtDB can create tables that are stored in separate files. Each table field is made of text of length defined at table creation time. It can insert new records by adding a new data at the end of the table file with text of new record field values.QTxtDB can also update a record with new values for the table fields. ...
-
The Zend Framework database abstraction layer package is used to access various types of databases.Light Table provides functions to execute SELECT, INSERT, UPDATE and DELETE queries from lists of parameters that define tables, fields, values and conditions.Requirements: PHP 5.0 or higher
-
HTML tables are used to lay out the menu entries.
-
Table Maker has been developed so that generating tables can be achieved with the minimum of commands.Requirements: HTML Tag Maker class
-
The definition of a table can be composed by adding rows, cells and captions. Gerar Tabela Semanticamente Correta can display the defined table by generating its HTML as part of the current script output. Requirements: PHP 5.0 or higher Limitations: The code and comments are in Portuguese.
-
classImg uses a database table to store images. Is very simple.classImg has only one public property, and only 6 methods not including the constructor. It makes use of the classMySQL as the database abstraction layer.
-
Regular expressions are used to extract the relevant information from NZB files and the results are outputted in an HTML table.
-
The calendar of a specified month can be displayed in an HTML table. Simple Event calendar can read events defined in a file and mark them in the calendar in a different way.Requirements: PHP 4.0 or higher
-
The styling of the tables can be customized.
-
To use CTable, simply create an instance of it, like so:$table = new CTable();You will then need to assign the number of rows for the class, this is done using the Rows() method, like so:$table->Rows(5);You will also need to define the number of cells for the table, in much the same way you define the Rows, using the Cells() method, ...
-
SQL SELECT, INSERT, UPDATE and DELETE queries can be generated with the specified table name, arrays of fields and corresponding values and the additional clauses.Requirements: PHP 4.0 or higher

