-
BaseDB is the excellent oo base class for mysql interaction. worth looking at. You must use this as a base class and extend your classes which map to a table name. Your tables must have a 'id', 'created' and 'modified' field to work properly and the class takes care of the rest. check it out.
-
Datamodul is a MySQL database access wrapper with metadata retrieval functions. THe script can establish MySQL database server connections, execute SQL queries, iterate over query results and retrieve its data as arrays. The class Datamodul can also retrieve metadata like the database table names and the respective fields.
-
Easy MySQL permits an easy manipulation for MySQL databases. This script run in DEBUG Mode. Easy MySQL includes EXAMPLES for select, insert, update and delete.
-
Database metadata can be used to update the schema of a MySQL database. The script takes the metadata that defines the schema and compares to the schema of a MySQL database, eventually already installed, and applies the necessary alterations to update the schema.
-
QDataObject can take a MySQL query result set resource handle as parameter and provides several types of functions to access the data from the result set. The script provides check or retrieve the result set data positions, as well retrieve the type and length of the respective columns. The regular MySQL and MySQLi extensions are used to access the query ...
-
OoMySql is a set of classes to access MySql in an object oriented way. This set of classes also includes a logging mechanism and a debug function. See example file for details. This script is the base class.
-
MySQL Commander is a small tool to backup and restore MySQL Tables. Features of MySQL Commander: - backup/restore of binaries; - parametric backup; multiserver; - gzipping; killing of backup files; - german/english; - Online help in popup.
-
Xataface (formerly Dataface) is a flexible and shapeable skin that sits on top of MySQL making it accessible to normal, every-day users. In practical terms, it automagically generates the appropriate forms, lists, and menus for a user to interact with the database without having to know any SQL (structured query language). It is also a full-featured web application framework which ...
-
Database Copier can access a MySQL server, list its tables, query the table record data, connect to another MySQL server and recreate the database tables with data copied from the first database. If there are destination tables with the same name, the class can drop them. Requirements: PHP 3.0 or higher
-
Binary Tree Representation is the nodes of a tree stored in a MySQL database is recursively traversed and their names are displayed in a HTML page. Requirements: PHP 3.0 or higher
-
Values can be filtered in several way in order to prevent the ones that could be used to perform an attack. Currently Web Open Patch can filter values to prevent MySQL SQL injections, injection of e-mail messages in headers, escaping values to prevent cross-site scripting, generate and validate tokens to prevent cross-site request forgery attacks. Requirements: PHP 5.0 or higher
-
The generated script PHP Installer can contain compressed versions of the application scripts and other file types. PHP Installer may also contain a dump of the MySQL application database that is restored when the generated installer script is executed. Requirements: PHP 4.0 or higher
-
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
-
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

