Welcome Guest, Not a member yet? Register   Sign In
new url
#1

[eluser]Bigil Michael[/eluser]
similar to base_url i want to create home_url. when i create home_url like this, it shows an error Call to undefined function home_url()

Code:
$config['home_url']= "http://localhost/test/";

can anyone tell me where to define the function???

#2

[eluser]Aken[/eluser]
Create the file
Code:
application/helpers/MY_url_helper.php

Add your home_url() function there, and it will be accessible when you load the URL helper.
#3

[eluser]Bigil Michael[/eluser]
thanks




Theme © iAndrew 2016 - Forum software by © MyBB