Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorkkrzyzak
     

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

    •  
      CommentAuthorkonus
     

    What about?

    <?= $url_helper->url_for(array('only_path' => false));?>
    

    :)