[eluser]Buso[/eluser]
I have this simple problem but I have no idea how to deal with it:
Im used to codeigniter's template parser, so I need my results in an array of arrays, so I can do something like:
Code:
{users}
User name:{name}
{/users}
What can I do about this? Datamapper results are arrays of objects.
I like objects, but cant use them in the templates. Do you know by chance an enhanced template parser which can deal with objects? Or a way to turn datamapper array of objects into array of arrays ?