Giorgio Sironi wrote:
> 
> 
> Normally view helpers return html; in this case you can write a table view
> helper (another class) that returns a new instance of your Table class.
> You
> can embellish the object with a fluent interface and a __toString() method
> and then in the view you will do:
> echo $this->table('domId', 'otherOption')->addX()->addY();
> 
> 

I shall have a look at doing it that way, thanks.

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

Reply via email to