Serializing XML to a (Propel) object



I'm trying to deserialize XML we're retrieving with user profiles to a user object made by Propel so I can store it in the database


I found this guide (http://ift.tt/ZZSid9) but it uses Doctrine and defines in the User class how the serialization should happen but I have no clue how to do such with Propel as your schema is defined in XML.


I must be overlooking something really obvious here, but some help would be appreciated. Cheers!


No comments:

Post a Comment