-
phpMyDB can establish connections to a specified MySQL database server and execute SELECT, INSERT, UPDATE and DELETE queries composed from lists of parameters defining tables, fields, values and conditions. The SELECT query results can be cached in files using another class. Requirements: PHP 5.0 or higher
-
Simple and Speed MySQL Layer establishes a connection to a MySQL host, executes SQL queries and retrieves results as objects or in an array. Requirements: PHP 3.0 or higher
-
Oracle is the connections to an Oracle database can be established, SQL queries can be executed and results can be retrieved into arrays. Requirements: PHP 3.0 or higher
-
Form Data Processing processes the HTTP GET or POST request values and generates SQL INSERT or UPDATE statements mapping request value names to table fields and request values to table field values. Variables can be excluded from an array or regular expression and add custom values to use in the query. Request values can also be combined. Requirements: PHP 4.0 ...
-
MySQL Done Right is extended with several features. Key Features of MySQL Done Right:- Prepare and cache queries- Execute a prepared query using a list of parameters- Retrieve the query results into objects or associative arrays Requirements: PHP 5.0 or higher
-
MySQLQueryGenerator is a set of classes that can compose queries to run on MySQL from a list of parameters that define tables, fields, field values and conditions. Separate classes can compose different query types like SELECT, INSERT, UPDATE and DELETE. Requirements:PHP 5.3 or higher
-
MySQL DB Connector connections to a MySQL database server can be established using the MySQLi extension. The script can compose and execute SQL SELECT, INSERT, UPDATE and DELETE queries from lists of parameters that define tables, fields, field values and condition clauses. Requirements: PHP 5.0 or higher
-
SELECT, INSERT, UPDATE and DELETE queries can be executed from lists of parameters defining tables, fields, field values and condition clauses with MySQL Database Layer With Dynamic SQL Generators.Requirements:PHP 5.0 or higher
-
A query can be executed to retrieve all data from a specified MySQL database table with Show any MySQL table.The Show any MySQL table generates a XML document from the data retrieved from the table. The XML document is displayed as the output of the current script.Requirements: PHP 3.0 or higher
-
Query2RSS takes a MySQL query result set resource and retrieves the result rows to generate XML for an RSS 2.0 feed.The script can map a given list of fields to fields that define the title, description and URL of the RSS feed items.Configurable custom fields can be inserted into the RSS feed channel definition.Requirements: PHP 5.0 or higher
-
Persist Class contains DBConnection class that provides access to relational databases, establishing connections, executing queries and retrieving results.The Persist Class handles storing objects into relational database tables.Requirements: PHP 5.0 or higher
-
Pagination, sorting and in-line editing of data, are supported by the grid. DrasticTools executes an SQL query to retrieve the data for the rows of a given table. The row data is displayed in an HTML table. The number of rows per page maybe limited. Navigation links are displayed to browse between result pages. The table headers display the field ...
-
There is a base class that provides abstract range calculation based on the number of page and number of result rows per page to retrieve. The iterator interface is also implemented to traverse query result rows. Limit Result Set Iterator also comes with an implementation class to execute and retrieve result set rows from MySQL databases. Requirements:PHP 5.0 or higher
-
SQL Parse Convert to Tree Array takes a given SQL query and parse it to extract the structure or queries and sub-queries. The resulting structure is returned as an array. SELECT, INSERT, UPDATE and DELETE queries are currently supported. Requirements: PHP 4.4 or higher
-
A primary class handles the basic functionality like connecting to the MySQL database, executing queries, retrieving results and managing transactions. A sub-class can insert, update, delete and retrieve database records given parameters that define tables, fields, field values and conditions. Requirements: PHP 3.0 or higher


