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 to synchronize its contents.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (80.0%) |
Sufficient (75.0%) |
- |
Good (85.0%) |
- |
- |
Not sure (56.0%) |
949 |
| Month: |
There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
sync.php |
Class |
create and execute updated content only |
test.php |
Example |
test to capture and generate sql file |
test2.php |
Example |
execute sql file that contain updated data |
test3.php |
Example |
upload the sql file and execute it. |