Sync DB Content Support forum syncdb Synchronize MySQL database copies This class is meant to synchronize two MySQL database copies. It queries a source database to determine which rows were updated since a given date and generates a text file that contains SQL queries for updating the target database ...
Yet Another Sync for db (MySQL) Support forum yasdb Synchronize MySQL databases This class can be used to synchronize MySQL databases. It can connect to two MySQL databases with the same table structure and perform operations that synchronize their contents according to certain rules. Currently it ...
Synchronize DB Support forum db_sync Synchronize two MySQL databases This class can be used to synchronize two MySQL databases. It connects to a given master and slave databases and analyzes what changed in the master database. The database table changed rows in the master and updated on the slave ...
Database structure synchronizer Support forum db_struct_sync Compare MySQL databases to synchronize structures This class can be used to compare two MySQL database table structures to generate SQL statements to update one to become another. It can compare the table creation SQL statements of two ...
DBSync Support forum dbsync Synchronize the schema of MySQL databases This class provides a way to synchronize the schema of one or more databases from the schema of a master database. Currently, the class only synchronizes the database schema, not data in the database tables. For now it supports ...
Database Synchronization Support forum database-sync Synchronize two MySQL databases This class can be used to synchronize two MySQL databases. It can connect to two given MySQL database server hosts and query the table structure to determine if there are any differences. The class can recreate ...
PHP Threader Support forum phpthreader MultiThreading-like Functionality in PHP[Win&*nix] This class can be used to add MultiThreading-like Functionality to PHP. Online Docs Here : http://ajphpth.sourceforge.net/ The Class has an OOP Dynamic structure allowing adding Thread-Calling Classes Or Communication ...