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 ...
... of the database in the development and production environments and performing the necessary alterations to synchronize the schemas. Manuel Lemos MySQL Sync Driver Main Class Read this! Image on test.php Test script Site Meter
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 ...