This class can update database and files from a remote server. The main class can connect to a remote MySQL database using PDO and retrieve the list of tables to compare with the locale MySQL database synchronize the new tables that need to be created or the existing tables that need to be updated ...
Insert or Update Tables Support forum class_insertdata_ Insert or update MySQL database records This class can be used to insert or update MySQL database table records. It connects to a given MySQL database and insert or update records of one or more tables. Updates can be done to match only rows ...
This class can be used to retrieve, update and delete MySQL table records. It can connect to a given MySQL database server and perform SELECT, UPDATE and DELETE queries to a given table using lists of parameters that define fields, values and conditions. New MySQL Support forum new-mysql Retrieve ...
Database metadata Support forum dbmedata Update a MySQL database schema using on metadata This package can be used to update the schema of a MySQL database. It takes the metadata that defines the schema and compares to the schema of a MySQL database, eventually already installed, and applies the ...
DB Schema Management Support forum dbmaintenece Dump and update MySQL database schemata This class can create, dump and update MySQL database schemata. It can connect to a given MySQL server and dump the schema of a database to a PHP script that defines the list of tables, fields and properties ...
Automatic Priority Setting Support forum priority Update priority records in a MySQL database table This class can update priority records in a MySQL database table. It can execute queries for updating or deleting records in a given MySQL database table for priority entries for a given serial number ...
This package can be used to generate and update an hierarchical tree of elements from MySQL database content. A HTML page with some Javascript performs an AJAX request to obtain the list of elements of the tree from a MySQL database query. The tree of elements is returned to the browser in JSON format ...
QuickDB Support forum quickdb Query MySQL using values passed pragmatically This class can be used to query MySQL using values passed pragmatically. It can connect to a MySQL database and execute SELECT, INSERT, UPDATE and DELETE queries from arguments that define tables, fields, field values, conditions ...
Auto Insert Support forum autoinsert Add or change MySQL records based on form values This class can be used to add or change MySQL table records based on submitted form values. It can process the array of form posted values to build and execute MySQL INSERT or UPDATE queries that can add or change ...
mysql_class Support forum bd Easier insert, update methods with MySQL This class provides a similar way of inserting updating values like with pg_insert and pg_update. Most recently a new version was added that suports 2 new functions: - buildform($table,$form_action='',$method='post',$action= ...