Welcome Guest, Not a member yet? Register   Sign In
New to CI (be kind)
#2

[eluser]ShoKatoo[/eluser]
Simple...
Open ./system/application/config/autoload.php and scroll down to
Code:
$autoload['helper'] = array();
Now set this to
Code:
$autoload['helper'] = array('url');
This is quite self explanatory: will load the url helper that will give you access to the base_url() function.
As for the following question... I don't quite get what are you trying to say... please give some more info...

Have phun! Smile


Messages In This Thread
New to CI (be kind) - by El Forum - 10-24-2010, 11:31 AM
New to CI (be kind) - by El Forum - 10-24-2010, 11:55 AM
New to CI (be kind) - by El Forum - 10-24-2010, 12:38 PM
New to CI (be kind) - by El Forum - 10-24-2010, 07:45 PM
New to CI (be kind) - by El Forum - 10-24-2010, 09:32 PM
New to CI (be kind) - by El Forum - 10-24-2010, 10:36 PM
New to CI (be kind) - by El Forum - 10-25-2010, 07:46 AM
New to CI (be kind) - by El Forum - 10-25-2010, 11:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB