If I understand your question properly, you can use the Pages controller.. Just put your views in view/pages and they will be available at /pages/<pagename>. If you aren't happy with having "pages" in your url you can use the router to make it look prettier.
On May 16, 4:32 pm, hahmadi82 <[email protected]> wrote: > How do I create a page in cakephp that can get data from various > classes/models/controllers without having to create a set of models and > controllers for the page itself? > > I have set up all my models/controllers/views/indexes for everything in my > database and now I want to start pulling that data into various custom pages > on the site. > > Sincerely, > Hooman > -- > View this message in > context:http://www.nabble.com/Creating-pages-without-models-controllers-tp235... > Sent from the CakePHP mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
