-
mysql_driver aims at simplifying the execution of common types of SQL queries and database access tasks.Key Features of mysql_driver:- Establish connections to a MySQL database server- Setup transactions- Executing SQL queries checking first if the database connection is still valid- Retrieve query results into arrays- Check, list, lock, retrieve descriptions and fields, and create tables- Import and export the contents ...
-
Easy MySQL php class is a simple wrapper to access MySQL databases. It can establish connections to a given MySQL server and execute SQL queries in a single call.The query result resource handle, columns names, number of returned rows and last inserted identifier are stored in class variables for use of the applications.There are also helper functions to insert or ...
-
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.
-
SQL Time is a simple class that converts date and time values between the ISO format (YYYY-MM-DD hh:mm:ss) used by SQL databases (DATE, TIME, DATETIME) and timestamps used in Unix systems.SQL Time converts ISO date and time strings guessing their type according to the string length.
-
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
-
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.


