Content with Style

Web Technique

XML Serialization and PHP Reflection

by Pascal Opitz on June 18 2008, 09:56

Browsing the web for a way to serialize PHP objects into XML I came across this interesting thread

The most interesting thing to have a look at is the use of the Reflection functionality in PHP , which gives you access to the objects, their methods and members.