Re: SaveAll to save Parsed Array not working.

2009-04-22 Thread smithtrev...@googlemail.com
Thanks, how would I go about changing the index on the array then? My array also looks slightly different from yours, and idea how to change it to the same format as yours. Cheers, Ali On Apr 20, 1:55 pm, schneimi michael.schne...@arcor.de wrote: Hi, when I use saveAll, my data looks like

Re: SaveAll to save Parsed Array not working.

2009-04-20 Thread schneimi
Hi, when I use saveAll, my data looks like this: Array ( [1] = Array ( [Team] = Array ( [name] = Arsenal [id] = 7 ) ) [2] = Array ( [Team] = Array (

SaveAll to save Parsed Array not working.

2009-04-19 Thread smithtrev...@googlemail.com
Hello, I've parsed some XML, and am attempting to save it using the saveAll() method, however it does not save, give me an error message or anything like that. Just nothing happens. I think it thinks it is saving, I've tried test messages to appear if saving occurs, and they always appear. Here