Use elements http://book.cakephp.org/view/97/Elements
I didn't do something like you describe before but it sound like element is what you are looking for Everything can be done without AJAX, its just less pretty and less efficient (some time). . On Fri, Mar 5, 2010 at 7:43 PM, MikeK <[email protected]> wrote: > I think I may finally need to go AJAX, just looking for some > confirmation. > > I have 2 controllers, models, views, etc called People and Tasks. > > I already have all the individual vews put together and working fine > but I would like to be able to put up a single web page that shows the > People table on the left and the Tasks table on the right. > > Each table has it's own pagination links at the bottom of the table > and I need for the user to be able to individually page each table. > > For example user may be on page 3 of People table and on page 7 of > Tasks table. > > Is this what Ajax is all about getting done? > > Also which controller would I pull these requests together in? A 3rd > controller that makes requests to the People and Tasks controllers for > them to render the appropriate action? > > Can this sort of display be done (albeit kludgy) without Ajax too? > > I apologize in advance if this is abvious. > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > -- Regards, Zaky Katalan-Ezra QA Administrator www.IGeneriX.com Sites.IGeneriX.com 054-7762312 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
