PHP Database Tool
Free and open source PHP Database Tools Scripts. These Scripts included MySQL, Oracal, Access help you to make a simplified operation on database.-
Simple SQL Transact is a simple wrapper to access and manipulate MySQL database table records using SQL.It provides a function to retrieve database table record field values given optional SQL search condition and the set of fields to group or sort the query results.Simple SQL Transact also provides functions to delete, insert or update records given the table name and ...
-
PHP&Databases; class allows you to perform a MySQL database management (Select, Delete, Insert, Update).
-
dbsource is a class meant to easily access different kinds of databases based on a common interface, taking the database connections to its cleanest, scalable maximum.
-
DBManager provides several classes that implement different aspects of the access using a central class to manage connections to the MySQL database server.The DBManager class keeps track of each database connection that is opened. It provides a function named getDB() that establishes the database conection when it is called for the first time, and returned a reference to an object ...
-
MySQL Log allows you to add and show the log provide by other classes such as MySQL Connection and MySQL Recordset.
-
MyQuery is a simple MySQL query generator class to ease writing of complex queries with lots of WHERE and alike statements.
-
Fast Split MySQL Result is meant to split MySQL query results in multiple pages with HTML tables. It uses Javascript to generate the navigation links.
-
CM SQL is a simple package meant to execute SQL SELECT queries and format the query results. The select class can connect to the database server, execute SELECT queries and store the results in an array class variable. The database connection can be configured by an external script.A separate string formatting class can be use format the values returned as ...
-
MySQL Table Wrapper can be used to access the rows of a MySQL database table as objects. It provides functions to insert, search, retrieve, update and delete table rows.MySQL Table Wrapper can retrieve the names of the columns the specified table to associate class variables to table columns with the same names.
-
mysqlc is a wrapper to access MySQL databases.It can create persistent or non persistent connections, execute queries, retrieve query results, retrieve MySQL server version, start and finish transactions.
-
MySQL RecordSet class provides automatic erase by ID, erase by Array, check SQL between other functions. The MySQL Connection is required.
-
Hybrid MySQL is a lightweight wrapper to access MySQL databases.Functions of Hybrid MySQL:- Open and close MySQL database connections- Execute SQL queries- Fetch the query results as array, associative arrays or objects- Get number of returned query result rows- Display failure error messages
-
mysqlRecordSet creates a MySQL connection and records set objects with support for error reporting.
-
Recordset is a recordset Class like ADO Recordset (plus DataBase Splitting feature) using ODBC functions.
-
Interprets database schemas which are written in XML. Takes the schema either directly or via a file, parses it, generates the SQL necessary and (optionally) executes the SQL.Works only with MySQL but could be ported to other RDBMS very easily.

