-
INSERT, UPDATE and DELETE SQL queries can be performed on a specified MySQL table using lists of parameters to define the fields, values and conditions to be applied.Requirements: PHP 4.0 or higher
-
RS Asset can be used to provide an object oriented interface to access database table rows performing what is usually called object-relational mapping (ORM).RS Asset reads a mapping definitions array that describes how to access a given table to perform the basic CRUD operations on the table rows: create, read, update and delete. It provides functions those execute operations.
-
The base class handles database connections and query execution, while a separate class can execute queries formed from a list of parameters.Key Features of MySQLWrapper:- Count rows in a given table- Retrieve all rows from a table that match a condition- Retrieve all values of a table field that match a condition- Insert table records from an array or parameters- ...
-
Query results can be displayed in an HTML table.Key Features of MySQL Basic Class:- Connect to a given MySQL database server host- Execute a given MySQL query- Retrieve the query results and column namesRequirements: PHP 3.0 or higherLimitations: The code is in Spanish
-
MySQL database access wrapper.
-
aDB PDO like database abstraction comes with a base class that provides an interface to the basic database access wrapper functionality.Drivers that provide the actual implementation of the database access functionality should implement a sub-class of the main interface class. Iterators can be used to retrieve the results.Database access errors are handled with exceptions.Key Features of aDB PDO like database ...
-
MySQL Database is a simple MySQL database access wrapper.MySQL Database can establish database connections, execute SQL queries, return whole result sets as a normal or associative bidemensional array, return result set rows as an object of a record class.
-
SQL Engine can execute SELECT, INSERT, UPDATE and DELETE queries. It takes care of emulating auto-increment fields if these are not supported, using sequences.SQL Engine can also create a new database table or alter its fields if the table already exists. A separate class can be used to log the executed queries.Requirements: PHP 4.1.2 or higher
-
dbFile implements a file based SQL database. It is an improved version of the Perfect Database File written by Eduardo Henrique Molina da Cruz.dbFile comes with a Web based administration front end that is based on MySqlAdmin but has some limitations and some new features.
-
MySQL databases can be accesses, queries can be executed and results made available by the MySQLi extension, can be retrieved.Requirements: PHP 5.0 or higher
-
MySQL Utils is a MySQL database access wrapper that performs additional utility functions.Functions of MySQL Utils:- Establish MySQL database connections- Execute SQL INSERT queries with escaped text values- Execute SQL SELECT queries retrieving the column names into a class array variable- Retrieve query results into arrays- Generate customizable HTML tables or XML documents from query results
-
SQLite Full Text Search implements a User Defined Function (UDF) that adds full text search SQL commands to SQLite.This User Defined Function allows to execute a simple full text search queries against the text fields of SQLite database tables.
-
cmysql_mset is a simple mysql class to connect to mysql server, search in a Database and run SQL statement.
-
mygrid extends the GtkListStore to display the results of a given MySQL query in the columns of the list.Custom names can be assigned to the list columns. Then mygrid traverses a given MySQL query result set and fills the list rows with data from the result set data.Requirements: PHP 5.1 or higher
-
pgsql_dbconnect eases the connection process in pgsql via OOP.


