Hi,

When i use the $this->url() in the view, it donĀ“t include the server url, is
this the correct behavior?


Example:
<?php echo $this->url(array('module' => 'admin',
                                                'controller' => 'info',
                                                'action' => 'show',
                                                'id' => $this->var['id']),
                                                'default', true);
?>
// /admin/info/show/id/4 (what i get)

// /http://www.server.com/admin/info/show/id/4 (what i would like to get)


Thanks

::: Diego Potapczuk

Reply via email to