Welcome Guest, Not a member yet? Register   Sign In
Url helper
#2

(This post was last modified: 11-20-2017, 08:22 AM by PaulD.)

You should use site_url here.

PHP Code:
<a href="<?php echo site_url(); ?>">Home</a>

<
a href="<?php echo site_url('about'); ?>">about</a// calls controller 'about' with method 'index'


<a href="<?php echo site_url('info/about'); ?>">about</a// calls controller 'info' with method 'about' 

https://www.codeigniter.com/user_guide/h...l#site_url
Reply


Messages In This Thread
Url helper - by blackiven - 11-20-2017, 07:54 AM
RE: Url helper - by PaulD - 11-20-2017, 08:21 AM
RE: Url helper - by blackiven - 11-20-2017, 08:55 AM
RE: Url helper - by blackiven - 11-20-2017, 11:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB