1 to 2 of 2
Hi. I would like to call some function(variable?), which return base url of my application - I've looked at wiki, print_r($this) - can't find it...
What about?
<?= $url_helper->url_for(array('only_path' => false));?>
:)