convert database to xml and vice versa

Permalink
like concrete5.7 there is xml schema converted to mysql database
i want to write something like this for my own development
how i can convert xml to mysql database and vice versa?
what tool can do this? is it doctorine ? how? any tutorials?
thanks in advance.

 
robodev replied on at Permalink Reply
http://www.codeproject.com/Articles/28273/Xml-Database-Demo

Here is the basic outline of the process.
macnux replied on at Permalink Reply
this exampleis using c# !!
i want to do it with PHP
robodev replied on at Permalink Reply
you're welcome.

Google is your friend.

http://www.w3schools.com/php/php_xml_simplexml_read.asp...
macnux replied on at Permalink Reply
you did not get the point
i know this
i wan to convert xml to mysql like concrete5 .. so how concrete5 do it
what class do this in concrete5
got it
Mnkras replied on at Permalink Reply
Mnkras
For importing XML the following class does this:

https://github.com/concrete5/concrete5-5.7.0/blob/develop/web/concre...

in 5.7, the XML is more legacy, (it was the only thing really in 5.6 and below) I would personally suggest you check out using doctrine.

Mike
ntisithoj replied on at Permalink Reply
ntisithoj
are you suggesting that C57 will/does support YML and/or ORM statements?