http://framework.zend.com/wiki/display/ZFPROP/Zend_DataGrid ?
On Mon, May 4, 2009 at 8:15 PM, elminster <[email protected]> wrote: > Hi. I wanted to use a class to generate an html table object before finally > outputting this object in the view. I used to do this in non ZF OO PHP by > creating my table object, and gradually adding rows and columns etc. I > already have this code, and their doesnt seem to be a feature in ZF for > doing this, so I was going to reuse this code. But I'm not sure where to put > it. It is not a model. So it must be a helper. But you dont seem to be a ble > to create a helper object, only call its methods. Am I just putting it in > the wrong place or do I need to rewrite the code so that I can use it as a > helper. Or I just cant do this in the framework? Thanks for any help. > ------------------------------ > View this message in context: Confused with classes, helpers and html > tables<http://www.nabble.com/Confused-with-classes%2C-helpers-and-html-tables-tp23372632p23372632.html> > Sent from the Zend Framework mailing list > archive<http://www.nabble.com/Zend-Framework-f15440.html>at Nabble.com. > -- Elvin Şiriyev http://elvin.siriyev.net
