views:

58

answers:

2

Ok...so I've just started playing around with Codeigniter. I've followed the two tuts on their website and I'm looking for more resources to expand my knowledge. What do you guys recommend?

+2  A: 

Start writing an application using CI. You'll learn more than any tutorial will teach you...

Justin Ethier
that's the thing....I need to learn how to write an application. What king of app would you recommend? Maybe a simple login site?
codedude
You could do that, although there are already plenty of Auth packages out there that will do much of the login logic. You could always implement a "classic" web application like a blog.
Justin Ethier
I'll work on that then. Thanks for the help.
codedude
+3  A: 

Nettuts' CodeIgniter from Scratch series is really useful for beginners.

Other than that, like @Justin said, just make an app.

bschaeffer