Re: Put repeatedly rendered view in a single page

2007-10-10 Thread rtconner
I'm thinking elements are what you should be using here. Probably would be best practice. On Oct 10, 12:00 pm, Steveston <[EMAIL PROTECTED]> wrote: > I am rendering a view through $this->render('Summary'); (That view is > a html table). After rendering, I will get a complete HTML page. > > Now, I

Put repeatedly rendered view in a single page

2007-10-10 Thread Steveston
I am rendering a view through $this->render('Summary'); (That view is a html table). After rendering, I will get a complete HTML page. Now, I want to render that view multiple times (i.e.: many similar tables with different contents). However, I want to put all those tables in a single complete H