PHP Classes

Documentation

Recommend this page to a friend!

      Object To XML  >  All threads  >  Documentation  >  (Un) Subscribe thread alerts  
Subject:Documentation
Summary:how to use this class
Messages:3
Author:Vahan Shamlian
Date:2010-08-08 02:13:16
Update:2011-10-28 15:11:25
 

  1. Documentation   Reply   Report abuse  
Picture of Vahan Shamlian Vahan Shamlian - 2010-08-08 02:13:17
i found this simple class very useful

the tutorial/description link does not work, so if you don't know how to use this class, just do this:

<?php
echo new ObjectToXML($myobject);
?>

  2. Re: Documentation   Reply   Report abuse  
Picture of Francesco Francesco - 2011-01-09 20:11:52 - In reply to message 1 from Vahan Shamlian
I was hoping to find it useful, but I got this message when I first tried to use it:

Fatal error: Uncaught exception 'DOMException' with message 'Invalid Character Error' in ... ObjectToXML.php:21

  3. Re: Documentation   Reply   Report abuse  
Picture of Kevin Burke Kevin Burke - 2011-10-28 15:11:25 - In reply to message 2 from Francesco
I also received the 'Invalid Character Error' message.