Hello

I am new to CakePHP, i am using routes in my application.

Router::connect('/apis/browse', array(
                'controller' => 'Browse',
                'action' => 'index',
                "[method]" => "GET"));

this is one route from my routes.php file. But any of the route do not
work.
Always it gave an error :

Missing Controller

Error: ApisController could not be found.

Error: Create the class ApisController below in file: app\controllers
\apis_controller.php


Is there any one to help me in it.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to