Re: XML Helper Documentation needed

2011-02-18 Thread Stephen
Hi Sam On 18 February 2011 16:13, Sam Sherlock wrote: > Here I have adjusted NCM's code as it did not use the File class > > - S > > Thanks for the amendment, I will update my blog post accordingly and my file in the previous project. I agree the File class is better than using fopen, my fopen

Re: XML Helper Documentation needed

2011-02-18 Thread Sam Sherlock
Here I have adjusted NCM's code as it did not use the File class and was outputting the generated xml to the file twice (one after the other) also I have amended to have a id which is Stephen22 $xmlData = array( 'person' => array( 'id' => 'Stephen22', 'name' =

XML Helper Documentation needed

2011-02-18 Thread Matthew McNaughton
Greetings all, I was wondering if someone could point me to a more detailed description of the XML Helper and how to produce a desired xml file from a php array. I've gone through the following documentation http://book.cakephp.org/view/1485/Xml http://book.cakephp.org/view/1473/XML http://book