-
c_mysql is a MySQL database access wrapper that can retrieve data records either in arrays or XML documents. It can execute SQL queries for selecting, inserting updating and deleting data records in a given MySQL database table.c_mysql also provides error reporting support by either outputting error messages to the browser, to a error log file, both or neither.
-
database class can build and execute MySQL database queries.It provides a function named db_sknife (short name for database swiss knife) that can build repetitive select queries from a few parameters. It can also establish a database connection, execute the queries, and return the result values.
-
FileSyncDB can be used to manage MySQL database table records synchronized to files stored in disk. It can insert, updated and delete records of a database table with fields that contain the names of associated files.When a record is inserted or updated the associated files are copied to the disk using the given file names. When a record is deleted, ...
-
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.
-
myFat implements a virtual file system based on two MySQL tables. You can store any kind of data (music, images, anything) in these MySQL tables.myFat implements functions for listing files, saving files uploaded from forms, deleting files and outputing files for downloads.
-
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.
-
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.
-
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 ...
-
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)- ...
-
DBtable2form reads a MySQL table and outputs a form using the best input type for each field. Very easy to get started. Includes basic form customization methods.DBtable2form is meant to give you a jumpstart on creating a custom form and save alot of HTML coding.
-
DBquery is a very simple class that can execute MySQL database queries in a single call to the constructor and displays the query results in an HTML.

