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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
