Hi Corkoon,

Unless things changed recently, neither the pluginname, nor "admin" are
automatically prefixed to links created via the html helper.

I would say this is deliberate and not a bug as otherwise, for example,
it would be impossible to generate a link back to the site root using
the html helper.

Although this may change in the future, the solution right now is what
you probably already did:
echo $html->link("text", '/admin/myplugin/mycontroller/action',
Array(), false, false); 

Cheers,

AD7six


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