default page (see routes.php) is /app/views/home.ctp you can cusomize this page like you want, and import data from DB in it with elements/requestAction: http://bakery.cakephp.org/articles/view/creating-reusable-elements-with-requestaction
On 10 déc, 17:17, "Mike Green" <[EMAIL PROTECTED]> wrote: > A view without a controller.. is just a php page. you could achieve > the same effect by other means but it would be pointless. > > On 10/12/2007, Chris Hartjes <[EMAIL PROTECTED]> wrote: > > > > > > > On Dec 10, 2007 10:34 AM, boris <[EMAIL PROTECTED]> wrote: > > > > Is this possible in CakePHP or am I constrained to associate every > > > view with a database table, model, and controller? > > > Well, you can certainly create models that don't use databases, and > > controllers that don't need a model, but given the very nature of MVC > > I think you could not create a view without a controller... > > > -- > > Chris Hartjes > > > My motto for 2007: "Just build it, damnit!" > > > @TheKeyboard -http://www.littlehart.net/atthekeyboard > > -- > ------------------------------------ > Mike Green > > Find yourself some misspelled ebay bargains!http://www.typingwand.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
