One of our developers created a helper that is model aware and outputs a
table with those features. Its pretty flexible, and generic and are
using it for many different models (i.e. its not tied to something, but
instead ready to work with any of our model object). There is some talk
about cleaning this up and releasing it for free, but its not quite
ready for that yet.
--
Eric Marden
________________________________
From: Filipe Carvalho [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 07, 2008 11:40 AM
To: [email protected]
Subject: [fw-general] Datagrid in Zend Framework
Hi all,
I'm looking for something like phpGrid
(http://www.phpgrid.com/). Not so advanced... i will be happy in having
out the box features like:
- Paging
- Sorting columns
- Capability to create links values of some columns
It is not hard to do it, but using model-view-controller
pattern I can't realize how to do something clean and reusable.
Can you give some clues how to do it?
Best Regards,
Filipe Carvalho