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.
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.
this exampleis using c# !!
i want to do it with PHP
i want to do it with PHP
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
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
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
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
are you suggesting that C57 will/does support YML and/or ORM statements?
Here is the basic outline of the process.