vote up -3 vote down star

I am trying to learn CI to use for a shopping site, but am not having luck with the official doc. Anyone know of stuff that will help?

flag
What specifically are you having trouble with? – Chris MacDonald Oct 8 '08 at 20:49

8 Answers

vote up 2 vote down check

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" />
link|flag
vote up 4 vote down

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/

link|flag
vote up 3 vote down

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

link|flag
vote up 0 vote down

Can you be more specific about what you are having difficulty with?

link|flag
vote up 0 vote down

I just don't understand the concept of a framework. I don't know where to start, and how I write my own code to go with it.

link|flag
vote up 0 vote down

I've tried that, I just need something more tailored to user management and actually adding items through a login-based control panel.

link|flag
Sorry to sound nit-picky, but it's probably best to edit your initial question with this additional information rather than adding comments. It makes the question far more readable and doesn't pollute the answers with unnecessary posts. – Shabbyrobe Oct 7 '08 at 2:56
vote up 0 vote down

Oh, and I dont understand how including your own files (such as CSS) works....

link|flag
Do you have an understanding of the whole Model/View/Controller ecosystem? – csjohnst Oct 7 '08 at 2:30
Little shaky on the model part, but I do get the rest. – Click Online Design Oct 7 '08 at 2:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.