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: 
http://www.nabble.com/Confused-with-classes%2C-helpers-and-html-tables-tp23372632p23372632.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to