On a number of occasions, I would have found it useful to be able to dump the entire MiddleKit object database to a file which I could later reload.
I can do this with database tools (i.e. mysqldump, and later reload the file), but if I rearrange the ordering of the classes in my classes.csv file (for example by adding a new class), all the classids change, so the object references don't line up anymore after I reload the data. A solution would be to implement a "dump" which outputs the objects in the same format as the samples.csv file, so that MiddleKit can easily reload the objects, even if the classids change. This "dump" could also be useful for making backups, or allowing the administrator to "tweak" data (or schema) and then reload it (which is useful in the design/development phase). I plan to implement this dump functionality -- but if someone has already done this, please email me right away (to save me the effort). peace, Jason _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
