views:

141

answers:

5
+6  Q: 

CodeIgniter book

Can you recommend me some book about CodeIgniter? I have knowledge about oop but not about mvc or other frameworks.

+4  A: 

I would recommend this really useful book:

CodeIgniter for Rapid PHP Application Development

alt text

Sarfraz
stef
@stef: But I would recommend with extensive experience that i have in CI.
Sarfraz
It seems a good book...Do you know if they are planning an updated version?
rabidmachine9
@stef - I have seen a lot of tech books that just re-write/word documentation usually adding some slightly more complex examples; sometimes its useful to have that information compiled into a volume which can be read while commuting to work for instance.
DRL
+3  A: 

Joining sAc I'd recommend you that book and another one:

Professional CodeIgniter

It will tell you what's MVC, where it came from etc.

http://www.wrox.com/WileyCDA/WroxTitle/Professional-CodeIgniter.productCd-0470282452.html

franzose
This book is better than the Packt one and Thomas Myer is a cool guy, very active in the CI community.
stef
This book hepled me to pass my exams in the institute :)
franzose
GREAT book! Teaches you about CI (although not everything) and you build a site along the way.
ggfan
+11  A: 

RTFM. Seriously, it's the best thing to start with, especially with CI's good documentation. Have your code editor open, and experiment with it as you go through the manual - see about recreating apps you've made already using CI. In the end, a book can only teach so much - it comes down to you.

Also try looking through the source of PHP scripts written using MVC & Frameworks (for this, maybe consider ExpressionEngine) to see how best to use it/etc.

46Bit
I agree, the CI documentation is seriously good and explains everything clearly, you don't need to pay for a book!
fire
+1 Codeigniter is a breeze and the documentation explains _almost_ everything; whatever is left over is probably not enough to fill a book
DRL
+1  A: 

As much as I love Tom his book is getting a little old now. The one by Adam Griffiths is the most up to date but still only is a "User Guide with extra's" like many of the books out there at the moment.

https://www.packtpub.com/codeigniter-1-7-professional-development/book

Just you guys wait for mine. ;-)

Phil Sturgeon
+1  A: 

You also should look at the great video tutorials at http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-1/

Gerardo Jaramillo