Hi Guys,
I am on the hunt for some information on creating plist files from data stored in mysql. So far, I have found nothing related specifically to plists, but there is plenty on creating xml files. The one problem I see with that approach is I am dealing with a multi-child structured plist that will grow as we go as I gather more data.
Right now I am entering all my info to be stored in the plist into mysql & the plist in the hopes that I will soon only have to add data to mysql.
If anyone has any experience, tips, examples or solutions please let me know. I would not like to try and reinvent any wheel that has already been created.
Thanks in advance,
Peter
creating pllist/property list from mysql database using php.
Moderator: General Moderators
Re: creating pllist/property list from mysql database using php.
When you refer to a "plist", is that a property list of some sort? Are you talking about the database schema? Can you give an example of what you're looking to pull from the db?