what you want is the
requestAction('controoler/view/to/include') function
it grabs the url in requestAction and can be echoed out in a view.ctpOn Nov 3, 11:34 pm, abc <[email protected]> wrote: > Hi all, > > I have an add.ctp file, which will enable the user to add new entries, > there is another view.ctp file which will list all the existing > entries from the database. > How would I include these existing entries within the add view page, > So that user should be able to view the existing entries at the bottom > of the page when he is making a new entry from add page? > > Thanking you 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
