Adam - 2008-07-30 10:49:15
Hi
Great class, really helped me out.
With my xml, the class was generating the following error:
PHP Notice: Undefined offset: 0 in /Users/Adam/Documents/Sites/Live/dhruvws/app/includes/simplexml.class.php on line 160
Changing the $array[0] part of line 160 to array_key_exists(0, $array) fixes this.
Thanks, Adam