Hi again,
> The only problem I have is connected to the Url() View Helper. This call
>
> $this->url('application', array('lang' => 'de', 'action'=>'add',
> 'controller' => 'user'))
the same issue occurs with the Url controller plugin. Somehow the 'lang'
segment is not filled properly:
Within an action controller this call
$this->url()->fromRoute(
'application',
array('action' => 'add', 'controller' => 'user', 'lang' => 'de')
);
returns just
//user/add
and not
/de/user/add
I wonder if this is a bug or a feature I don't understand.
Regards,
Ralf
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]