Dave Smith - 2015-05-17 03:50:42 -
In reply to message 1 from Charles Wilkins IV
Looks like the author hasn't replied to a question from last year, so I am not sure he will. I did take a look at the instructions and will make the following recommendations.
1) Use phpMyAdmin to dump the tables and data. It sounds like you wrote your own script to create the sql file and the class indicates it needs the create table structure in the file.
2) The class will return an array of sql statements or a string which can be used a sql file to synchronize the tables.
I haven't tested the class myself, just thought I would check it out and throw in my two cents in case the author doesn't get back to you.
Dave