Get Site URL?
Permalink 3 users found helpful
Anyone know code to get the site url? not base, directory.
i guess not. then does anyone know how to get the site url not neccesarily the directory, or how to access site.php with some code?
I was looking for this too!
I think View::url() calls work in blocks as well.
just what I was looking for!
yep, you may also see it as $this->url('blah');
I have pretty URLs setup, but when I use
The 'index.php' shows up in the address bar.
Is there anyway to get rid of this?
$this->url('/somepage');
The 'index.php' shows up in the address bar.
Is there anyway to get rid of this?
Ah, cool. Thanks for the quick reply! That did the trick.
Perfect!