Hi there, Today is my first day with CakePHP. I like cake very much... but there is a simple question for you as the first step on backing jurney...
I start with some sample site which I'll be building while learning. First thing is the home page... Isn't it? I baked index_controller and set up Route to have this controller as default... but I got this error.... --- Notice: this error is being rendered by the app/views/errors/missing_model.thtml view file, a user-customizable error page. Fatal: Unable to load model Home Fatal: Create Class: --- I see that there is not model class Home... but it is absolutly not necessery... Models are handling tables in my database... but home page (I'm baking) will just fetch data from 2-3 tables... mix them in some statistical reports and display it.... Do I realy need model for every controller?? I hope you understand what is the problem here. Tnx in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
