Louie Miranda wrote: > is it possible to only have a page ex? on the controller > about_controller.php and just add a static page on views about.thtml > without > creating a new table for abouts?
just use routing for that. I've not a framework by my hands now and I don't remember the syntax but the logic is redirect all request of "about" controller to "pages" controller on the action "display" and the page "about". Bye Davide --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
