I need to take an array that I have and turn it into something similar
to:

<items perpage = "20" total = "223" page = "1">

<item created = "..." modified = "...">

<text>sdfsdfkdsjfdsfljdsflkjdsfkldsjf</text>

<somethingelse thing = "foobar" />

</item>

</items>

Is it possible to do this without knowing the exact structure of the
array I'm providing. I want to be able to pass it pretty much anything
as this will be used in a bunch of methods. Thanks for any help you
can provide me with.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to