[Zend_Framework] Group by date with Zend_Db
- by rasouza
I have several entries in a table with name and date. I'd like to fetchAll with Zend_Db then get a grouped-by-date array. It happens that if I use group(), Zend_Db_Select method, it excludes some entries and I need them all.
Actually, what I'm trying to do is to render several tables, one for each different date, with data inside. I have no ideia.
How do I do that?
Thx in advance