Hello Tozalakyan, I have a question: How can I backup only data not the structure?, because $backup_obj->struct_only = false; allows to backup all or only the structure, but I would like to backup only the data.
Thanks a lot for this nice class,
Best regards
Alfredo
Vagharshak Tozalakyan - 2007-12-14 16:48:31 - In reply to message 1 from Alfredo Cueto
Hello Alfredo,
The current code do not allow to create only INSERT statements without CREATE TABLE. It is done so in order to avoid primary key conflicts that may occur during the executing of INSERT staements. Sure, if you want you may slightly modify the source - just comment out table structure creation or add a member-based condition.