There are two things going wrong: you need to specify the route, and,
specifically, the default route, when using the url() view helper.
$url = $this->url(array(
'module' =>'default',
'controller' =>'user',
'action' =>'login'
), 'default', true);
Thanks, Matthew.
I was assuming that the url view helper would default to 'default' route.
Is it possible to add this enhancement to the url view helper?
--
With warm regards,
Sudheer. S
Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net,
Personal: http://sudheer.net