Welcome Guest, Not a member yet? Register   Sign In
Where should I put my images, css and js files inCodeIgniter?
#2

[eluser]mattpointblank[/eluser]
I tend to structure my CI projects like this (with an assets/css folder in the root directory) and reference everything like this:

Code:
<img src="&lt;?php echo base_url(); ?&gt;assets/img/logo.jpg" />


Messages In This Thread
Where should I put my images, css and js files inCodeIgniter? - by El Forum - 05-25-2010, 06:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB