-
ListBox class is a listbox with database-support.
-
phpMysqlConnection is an interface class to be used with the PHP programming language to help you connect to a MySQL database server and perform your queries. The methods of this class prevent you from having to memorize all the different steps needed to connect to the database, perform your query, and get your results.
-
Database.php is a DBI-like database abstraction layer with drivers for MySQL, InterBase, ODBC, PostgreSQL (incomplete), and Oracle (incomplete).
-
easy.mysql.class is a simple MySQL database access wrapper class that can execute the most common types of SQL queries with a single function call.It has functions for opening and closing database connections and also individual functions to execute SQL queries of type INSERT, SELECT, UPDATE, REPLACE and DELETE.
-
MySQL Operations is a simple class meant to connect and query a MySQL database. It has functions to connect to a given MySQL database, execute queries, retrieve results and the number or rows.
-
textDB, a database class using csv files.
-
Class.DB.php is capable of managing a database based on text files in the CSV format. It runs integrated in PHP scripts and so it does not need a separate server.Class.DB.php features file encryption and basic database management operations: find, replace and delete records. It operates with numeric or associative field names. It also also has a useful append mode for ...
-
LSM Check and Repair can be used to access a MySQL database check its tables in order to perform tasks like repairing tables, recover lost indexes and table data files, taking backups and optimize the tables.LSM Check and Repair also generates a Web interface to let the user choose the actions to take and see the result of the operations.
-
This class is meant to compose MySQL database queries from conditions defined dynamically calling the class functions. It can compose MySQL database queries add, delete, reset conditions and key values used to determine the affected rows.
-
LSM Explain Plan can retrieve the explanation of the execution of a given MySQL database SELECT query and compute a relative performance factor.LSM Explain Plan executes an EXPLAIN query to retrieve the information about the tables, columns, indexes and search methods involved in a SELECT query.LSM Explain Plan uses the retrieved information to compute a relative performance factor that is ...
-
class.LoadData.php is a class for loading data into a single MySQL table.
-
pDB is a collection of PHP classes that implement a file based embeddable SQL database engine. It was written in pure PHP and does not require any special extension or external resource. So, it can be distributed with any plain PHP application.pDB class works by storing the database tables in files that contain arrays serialized by PHP to store the ...
-
MySQL Transact is a simple class can queue several MySQL database queries and execute them all at once in a single transaction. It provides means to add SQL queries to a queue.Once all SQL statements are added, MySQL Transact can start a transaction, execute each statement and finishes the transaction either commiting it if all statements succeed or executing a ...
-
Display database table in decorated HTML Table. Gets rows from SQL select statement and displays in HTML table. Can set the colors of table cells, rows, columns and border.
-
db_view provides an abstraction class and helpers for multi-tabled Mysql data.db_view class provides:- An abstraction class and helpers for multi-tabled Mysql data. (init, select, select_row, count, insert, update, delete)- Atomic multi-table updates, inserts, deletes eg: update items, month set items.price=month.price where items.id=month.id; Also primitive non-atomic (=insecure) rollbacks.- Functions, Triggers and Defaults per action (select, update, insert, delete; before or after)- ...

