Page 1 of 1

creating pllist/property list from mysql database using php.

Posted: Wed Oct 07, 2009 5:17 pm
by petroz
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

Re: creating pllist/property list from mysql database using php.

Posted: Sat Oct 10, 2009 12:45 am
by Robert07
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?