Re: An problem about "controller without a model"

2008-09-12 Thread simonking
yes, I did. On 9月12日, 上午1时33分, "Okto Silaban" <[EMAIL PROTECTED]> wrote: > Have you named the controller books_controller.php? > > Okto.Silaban.Net > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" gr

An problem about "controller without a model"

2008-09-11 Thread simonking
I'm a newbie in cakephp. Recently, I practiced an example from the book "CakePHP Application Development". I got a problem: It is an example about "controller without a model" the code below: and the index.ctp: packt book store but the result diplay: Missing Controller Error: BooksControll