Hi,
I have enable Configure::write('Routing.admin', 'admin'); in core.php
and add
Router::mapResources('translators');
to route.php
now when i try to send HTTP DELETE request to /admin/translators/1
I'm getting error:
Missing Method in TranslatorsController
You are seeing this error because the action admin_1 is not defined in
controller TranslatorsController
i try with
Router::mapResources('translators',params("prefix"=>"admin/")); but
without any luck.
Is it this possible in cake 1.2 pre-beta to use admin routing with
REST routing ?
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---