Zend/view/helper table

Helo,
please do you know about something like "Table Helper" for ZendFramework ?
What i need is to assign array (array of arrays (objects)), the helper would do the rest - sorting, listing, etc.

Thank you for any suggestions
Mike

Use array functions

Hello,

Do not know whether such classes exist. You can create temporary table with the data and then use standard MySQL Zend_Db adapter.

Sincerely,
Alex

Ok, so ill have to write my

Ok, so ill have to write my own class :) thanx

Please check the following

Please check the following conversation:

http://www.nabble.com/Array-adapter-tf4546747.html#a12991249

I hope this will help.

Sincerely,
Alex

whow, thank you for asking, ill try

whow, thank you for asking, ill try