I'm working in a plugin, and I have an admin route with CAKE_ADMIN
variable. In my views, when I want to put a link to, for example:

In http://localhost/admin/myplugin/mycontroller/backoffice
                echo $html->link("text", 'action', Array(), false, false);

I get the next link:

http://localhost/mycontroller/action

when I need to get this:

http://localhost/admin/myplugin/mycontroller/action

How can I do that?
Is this a bug in the html helper?

Thanks,


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

Reply via email to