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
2010-05-18 17:24:20
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
2010-05-18 17:28:10
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
2010-05-18 17:33:23
I'll work on that then. Thanks for the help.
codedude
2010-05-18 17:52:23
+3
A:
Nettuts' CodeIgniter from Scratch series is really useful for beginners.
Other than that, like @Justin said, just make an app.
bschaeffer
2010-05-18 20:02:20