The document discusses enabling the base_url() function in CodeIgniter by editing configuration files. It recommends adding a line to the autoload.php file to load the url helper, which will then allow using base_url() such as in linking to CSS files. Loading the URL helper via autoload.php is an alternative to directly editing CodeIgniter files.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
21 views
00tips Codeigniter
The document discusses enabling the base_url() function in CodeIgniter by editing configuration files. It recommends adding a line to the autoload.php file to load the url helper, which will then allow using base_url() such as in linking to CSS files. Loading the URL helper via autoload.php is an alternative to directly editing CodeIgniter files.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1
I think you haven't edited codeigniter files to enable base_url().
you try to assign
it in url_helper.php you also can do the same config/autoload.php file. you can add this code in your autoload.php $autoload['helper'] = array('url'); 0 down vote Than You will be able to ue base_url() like this
Learn How to MAKE & USE Wordpress Blogs for Beginners: A Wordpress Guide/Tutorial/Training & Development Book to Help You Create & Design Your Blogging/Websites for Free (For Business or Hobby)
SEO Master Using the Power of Wordpress: Build Your SEO Website from Scratch Using WordPress. Make Your Website Rank #1 On Google's Search Results Page