Welcome Guest, Not a member yet? Register   Sign In
Where to include jquey and css file in codeigniter.
#2

[eluser]CroNiX[/eluser]
Anywhere that is publicly accessible, which would NOT be within the /application or /system folders.

Code:
-public_html/
--assets/
----css/
----js/
----img/
--system/
--application/
--index.php

Code:
<img src="&lt;?php echo base_url('assets/img/my_img.jpg'); ?&gt;" alt="" />
produces
Code:
<img src="http://yoursite.com/assets/img/my_img.jpg" alt="" />


Messages In This Thread
Where to include jquey and css file in codeigniter. - by El Forum - 07-02-2012, 10:41 AM
Where to include jquey and css file in codeigniter. - by El Forum - 07-02-2012, 11:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB