Question

I am trying to learn CodeIgniter to use for a shopping site, but I am not having luck with the official doc. Does anyone know of anything that will help?

Was it helpful?

Solution

re: CSS.

I've got my CSS a separate folder at the root. (same place as 'index.php') ... /content/css/main.css

Called as:

<link href="<?=base_url();?>content/css/main.css" rel="stylesheet" type="text/css" />

OTHER TIPS

We've used Code Igniter on a couple of projects and found the videos on their site to be helpful for an intro: http://codeigniter.com/tutorials/

Specifically for you query about CSS this is a good starter reference written by a new user: http://codeignitercamp.blogspot.com/2007/08/codeigniter-tutorial-2.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top