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 HTML page (i.e: <html><body><table)...</ table> <table>...</table>). What shall I do? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
