Is this book good? I found it at Amazon and I’m planning to buy it.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
April 19, 2008 6:52am
Subscribe [0]#1 / Apr 19, 2008 6:52am
Is this book good? I found it at Amazon and I’m planning to buy it.
#2 / Apr 19, 2008 8:09am
Just looked at when it was published and that was mid-2007, a lot has changed since then. but most of the content could still be relevant. CodeIgniter changes so fast you would probably want to just use the User Guide as this is updated with every release.
#3 / Apr 20, 2008 3:01pm
Review on my site if you’re interested.
http://www.derekallard.com/blog/post/review-codeigniter-for-rapid-php-application-development/
#4 / Apr 21, 2008 12:20pm
Derek… spelling mistake “when a community and books start to spring up arond it.” - arond is supposed to be around
#5 / Apr 21, 2008 4:11pm
I think user guide is nice enough to help you get started…
#6 / Apr 24, 2008 2:54pm
[mod edit: only legal means of acquiring goods are discussed in our community - and besides, we support each other here. If you find the book valuable, buy it]
#7 / Apr 24, 2008 6:41pm
I bought it as PDF and it helped me to understand the MVC concept and how to work fast and efficiently with CI. It is good starting point.
#8 / Apr 24, 2008 7:56pm
I’m half way through the book. I think it’s a pretty good read for a CI beginner. However, the book has a “draft” feel to it as it has many spelling and coding mistakes. Also, some architectural concepts are questionable, especially in the chapter where the view is built within a model.
So far, I give it 3/5.
#9 / Apr 24, 2008 11:50pm
I liked the book, but it teachs the reader to use a model to render the partials… In this case I rather prefer to use Modular Extensions. It is much, much better, and we leave the models to deal with our databases. A better separation of duties. =)
Despite this, I find the book really good, well written and very complete.
#10 / Apr 28, 2008 5:01am
It’s a little like a more detailed manual, and was a bit dry. The user guide has helped me more aside from a few things that were in the book that I haven’t seen elsewhere. Well the guide and blog examples, but don’t expect much more than a starting point with the blogs.