On Thu, Feb 21, 2008 at 12:28 PM, jim starboard <[EMAIL PROTECTED]> wrote: > > OK, so what's the entry point for your homepage? A controller with an > index method? Or a view?
In your case, /home_page/index you'd have your HomePage controller and an index view for that. Yes, you can create controllers that are not associated with a model or even grab data from multiple models for use in a view. Crazy stuff, I know. -- Chris Hartjes Internet Loudmouth Motto for 2008: "Moving from herding elephants to handling snakes..." @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 -~----------~----~----~----~------~----~------~--~---
