Kendall Bennett-2 wrote:
> 
> Unless I am missing something, couldn't you just use the same class as
> before that builds the HTML for you, and put the resulting HTML for the
> table into a view variable in your controller, and then render it in your
> view from the variable you assign in the controller?
> 
> 

I would have to rewrite the application as currently the html tables are
created dynamically in the view from the data returned from the model. I use
all sorts of partials and partialloops to build the output in the view, this
would all have to move into the controller if I wanted to create the html
table object in the controller.


-- 
View this message in context: 
http://www.nabble.com/Confused-with-classes%2C-helpers-and-html-tables-tp23372632p23383393.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to