On Jan 7, 12:33 pm, "[email protected]" <[email protected]> wrote: > Dear all, > > I try to set up a CakePHP application along the Blog Tutorial > (http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html) > > I've created a model called Order in app/Model/Order.php and a Controller > called Orders in app/Controller/OrdersController.php but I allways get the > Error: "*Error: * *OrdersController* could not be found." > > What do I miss or messed up?
The simplest way to solve such problems is to bake the controller since that will create the file exactly where cake is expecting to find it. AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
