The directory is "app/controllers" , not "app/controller" :)
On Tue, Sep 22, 2009 at 1:58 PM, Selva manickaraja <[email protected]>wrote: > Hi, > > I just got CakePhp up and running. To learn the functionality I created > sample php code. I followed the instruction in the book that I bought few > days back called Beginning CakePHP published by APress. Following are the > steps that I had taken. > > 1. Created a table in PostgreSQL called *items*. > 2. Wrote a script called item.php and placed it in app\models directory to > define a class called Items. > 3. Wrote a script called items_controller and placed it in app\controller > direcrtory to define a class called ItemController. > > Finally I tryped the URL http://localhost/ims/items in the browser. I get > an error message Missing Controller. I tried following all the naming > convention. > > I'm attaching the individual files for your reference. Please check and > comment as to what had gone wrong. > > Thank you. > > Warmest Regards, > > Selvam > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
