|
|
|
Average Customer Review
Share your thoughts with other customers
|
|
|
The most helpful favorable review
The most helpful critical review
19 of 21 people found the following review helpful:
best of the best
Most books, I've read are written by full-time authors, rather than contractors (i.e. practitioners) ... and it shows ... in the "hello world", foo-bar examples ... for lack of immagination. This author has, clearly, been developing websites - for years; it's so evident throughout. Moreover, the author is VERY well read and aware of the latest development theories,...
Published on October 6, 2007 by M. Coughlin
|
› See more 5 star, 4 star reviews |
 |
14 of 21 people found the following review helpful:
being a good PHP book isn't saying much
The problem with PHP experts is that they're just beginning to catch up with experts in other OO languages. The author purports to compare and contrast Java and PHP in early chapters, but fails to point out a significant difference, although he uses such examples over and over: that object constructors that take no arguments may omit the (empty) parentheses in PHP, but...
Published on November 28, 2007 by George Jempty
|
› See more 3 star, 2 star, 1 star reviews |
|
|
19 of 21 people found the following review helpful:
best of the best, October 6, 2007
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
Most books, I've read are written by full-time authors, rather than contractors (i.e. practitioners) ... and it shows ... in the "hello world", foo-bar examples ... for lack of immagination. This author has, clearly, been developing websites - for years; it's so evident throughout. Moreover, the author is VERY well read and aware of the latest development theories, practices, principles and design patterns. He writes with the wisdom of someone who has lived through long wars of website development and, more importantly to the reader, has found most practical ways to weave current design theory into guidelines for getting things done with PHP.
How many books have you finished and asked yourself, "ok, now, where do I start?". This is NOT one of those books. This, more than any other, answers the "How ...?" providing a whole process for starting, being sure of incremental progress, handling inevitable complexity and, ultimately, maintainability.
I've read over a dozen PHP books, usually picked based on Amazon recommendations (when available). This book stands head and shoulders ABOVE ANYthing I've found to date ... for its pragmatic blend of theory and practice. On a scale of 1 to 5 stars, this is at least an 11 (or better)! If you don't study this book, CAREFULLY, you're in for far more miserable coding experiences than necessary.
When I took the scenic boat ride through Oslo harbor, I had no idea that such a blend of PHP techniques and advanced coding theory was evolving in Norway! <G> It's such a beautiful ride ... try it.
Help other customers find the most helpful reviews
Was this review helpful to you?
|
|
|
|
|
|
6 of 6 people found the following review helpful:
PHP In Action, December 7, 2007
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
This book is geared toward the intermediate PHP developer who wants to bring in aspects of OOP, Testing and Refactoring to help improve the quality of the code they write. It is split into four parts; Basic Tools and Concepts, Testing and Refactoring, Building the Web Interface, and Databases and Infrastructure.
In addition to PHP, I have decent amount of experience with Java and Java web frameworks such as Struts. So as I worked through this book much of the content was familiar to me but from a Java perspective. It was enlightening to see the authors express these same concepts from a PHP perspective. The fact that many times (not always), the implementation in PHP is more concise and elegant that the Java alternative really shows of the power of a dynamically typed language such as PHP. Also the fact that PHP was bred from the beginning to be a web development language gives it a definate advantage in the web arena.
The authors are honest though, they haven't simply painted implementing OO, TDD, and Refactoring as completelty painless. For instance in the testing portion they've devoted quite a bit of time to showing the difficulties of testing (especially in a Web environment). Such as the need for mock objects and the difficulty in keeping mocks "real enough" so they fail and pass as the real object would. This full disclosure is key for readers to estimate if the extra effort of a concept is worth the benefits for their particual situation.
Overall this is great book for the intended audience. It is not "black and white" about the solutions it proposes. Reasonable alternatives are given and the pros and cons of each are expressed. For those with extensive OO experience, some portions of the book may seem trivial but overall it is still worth a "quick scan" to see the specifics of PHP implementations of general OO concepts.
PHP in Action: Objects, Design, Agility
Help other customers find the most helpful reviews
Was this review helpful to you?
|
|
|
|
|
|
4 of 4 people found the following review helpful:
Good read overall, with lots of information for intermediate developers, October 22, 2007
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
One thing I liked in this book is that it has lots of information for experienced web developers who are moving from a bigger framework (like .Net, Rails, or even Java) to PHP. It contains good practices for performing "framework-type" activities like database and HTTP request encapsulation. The chapters on controllers tells you how emulate MVC-like components in PHP.
The only problem I have with it is how the chapter intros were written. They read like page fillers that just break the smooth flow of the whole text. Most of them are personal experiences by the author(s) that were forcefully fitted to introduce a certain programming topic or issue. The thing is it just doesn't work.
Help other customers find the most helpful reviews
Was this review helpful to you?
|
|
|
|
|
|
2 of 2 people found the following review helpful:
Very Good Book, January 19, 2009
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
Simply put, this is one of the best books on OOP & PHP I have laid my eyes on. I got it based on a friend's recommendation. I was going through his library in his office of probably 20+ php books (including others on OOP [he's an OOP guy])- and he's a php book contributor himself) and he pointed out this one and said this was the best treatment of OOP he'd ever seen. This coming from someone who it seems thinks in PHP at times, I quickly got it and have not been disappointed.
So if you're reading reviews and wondering if you should get this or the other book...no question, get this.
Help other customers find the most helpful reviews
Was this review helpful to you?
|
|
|
|
|
|
14 of 21 people found the following review helpful:
being a good PHP book isn't saying much, November 28, 2007
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
The problem with PHP experts is that they're just beginning to catch up with experts in other OO languages. The author purports to compare and contrast Java and PHP in early chapters, but fails to point out a significant difference, although he uses such examples over and over: that object constructors that take no arguments may omit the (empty) parentheses in PHP, but not in Java. The author's explanations of certain design patterns are sorely lacking; for instance regarding the Strategy pattern, he uses the ambiguous term "pluggable" over and over but never once the term "algorithm", yet substituting algorithms is precisely what the Strategy pattern is designed for. There is some very good material on MVC -- he even has the courage to contradict Martin Fowler -- but mixed with suggestions that are myopic, such as the author's continued insistence that using PHP's various ob* (output buffer) functions are practically the only way to compartmentalize web page components should you choose to role your own framework, while ignoring the notion of layout definitions (a la Java's Struts/Tiles), which I am using successfully on a current project. So, while this is a much better thought out book than most on PHP, this needs a highly critical reading, something which most PHP programmers are probably not inclined to.
Help other customers find the most helpful reviews
Was this review helpful to you?
|
|
|
|
|
|
the HOW and why behind effectively using OOP in PHP projects, December 12, 2008
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
This book is amazing! It goes far beyond so many of the other PHP books that show you the OOP features in PHP5 along with a few non-real-world examples. This book clearly EXPLAINS the importance of object oriented DESIGN techniques and walks you through real-world examples of how to actually implement them effectively. If you find yourself understanding PHP OOP concepts but struggling to apply to your own projects this is the book to get!
Help other customers find the most helpful reviews
Was this review helpful to you?
|
|
|
|
|
|
Super, April 20, 2008
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
Very good book for intermediate or advanced php developer, I'm very happy with the book.
Ruslan
Help other customers find the most helpful reviews
Was this review helpful to you?
|
|
|
|
|
|
2 of 4 people found the following review helpful:
Solid book on PHP best practices, November 8, 2007
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
By far my favorite PHP book and the one that I recommend to everyone who asks me about improving their PHP knowledge.
The book not only covers what you should do, but it goes into explaining why and how in an easy to understand manner. Highly recommend to anyone who understands how to script PHP but now wants to learn how to become a PHP programmer.
Help other customers find the most helpful reviews
Was this review helpful to you?
|
|
|
|
|
|
4 of 8 people found the following review helpful:
High quality -- excellent, November 14, 2007
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
This is definitely the best book I've read in the programming world. There are some very good PHP books, but this is so far the best. Why? I have a MS in English Lit and some of the books I have read have left me furious over the poor quality of the editing and general sloppyness. Not so here! Amusing at times but not self-involved. Appropriate for an adult. A clear intent to educate that succeeds!
Good job.
PS - Almost done and no typos!
Help other customers find the most helpful reviews
Was this review helpful to you?
|
|
|
|
|
|
5 of 16 people found the following review helpful:
in depth, September 27, 2007
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
i browse through some topics in this book and it gives an in-depth description of the language. not too many PHP book is so in-depth. make something clear means less confusion, and less bug, and less time spent debugging, and less heahache, and more beach volleyball time.
Help other customers find the most helpful reviews
Was this review helpful to you?
|
|
|
|
|
|
|
|