I’m new using codeigniter. I using codeigniter 2.X. I have some question regarding basic course of codeigniter.
- What the best suggestion for folder location of our external css/ js /image/another ? For now, i put js/css/or another file on the root, i.e
site url/css - How to describe path of image on css and javascript file ? On php its easily that just use
<?php echo base_url(); ?>but how in css and javascript?
Both question, I need for the best and experience answer because the answer will be my knowledge base for using codeigniter.
Thank you so much.