Customer Reviews


12 Reviews
5 star:
 (8)
4 star:
 (2)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


14 of 15 people found the following review helpful:
4.0 out of 5 stars PHP In Action
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...
Published on December 7, 2007 by Sam J. Keen

versus
19 of 28 people found the following review helpful:
3.0 out of 5 stars 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


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

14 of 15 people found the following review helpful:
4.0 out of 5 stars PHP In Action, December 7, 2007
By 
Sam J. Keen (Portland, OR US) - See all my reviews
(REAL NAME)   
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? Yes No


24 of 28 people found the following review helpful:
5.0 out of 5 stars best of the best, October 6, 2007
By 
M. Coughlin "Mike" (Westerly, RI United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
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? Yes No


6 of 7 people found the following review helpful:
4.0 out of 5 stars 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? Yes No


3 of 4 people found the following review helpful:
5.0 out of 5 stars Very Good Book, January 19, 2009
By 
Mark Twain (Brooklyn, NY USA) - See all my reviews
Amazon Verified Purchase(What's this?)
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? Yes No


19 of 28 people found the following review helpful:
3.0 out of 5 stars 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? Yes No


2 of 3 people found the following review helpful:
5.0 out of 5 stars the HOW and why behind effectively using OOP in PHP projects, December 12, 2008
By 
bergstyle (Los Angeles, CA United States) - See all my reviews
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? Yes No


5.0 out of 5 stars 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? Yes No


3 of 5 people found the following review helpful:
5.0 out of 5 stars 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? Yes No


2 of 4 people found the following review helpful:
2.0 out of 5 stars Not terrible, April 16, 2011
By 
Mark (VENICE, US, Canada) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
I'll start off by saying that I only read half of this book because it just wasn't helpful enough to me for me to finish it. I'm sure that's not entirely fair to the author; but, it says something in itself. I'm writing this review to give a contrasting viewpoint to the positive reviews here (which caused me to buy this book).

The author makes two big mistakes that I don't like in software books:

1) Assuming that I know another language (Java in this case) and constantly describing PHP as it relates to Java. In addition, there are a lot of throwaway paragraphs describing Java that have no relation to OOP PHP. I'm not learning about Java, I'm learning about PHP.

2) Describing how to do things the wrong way before showing the right way. He sometimes spends several paragraphs on this. I'm trying to absorb new information and I don't find this kind of detail helpful. I find it tedious and confusing. It just muddies the waters.

I felt that code examples were needlessly complex (not digestible) and the explanations were not concise. The code examples kind of throw a kitchen sink at you instead of being targeted examples of specific things that the author is trying to teach you. Code exercises should be atomic.

The author also tries to take concepts, like namespace, that are not supported in PHP and shoehorn them into PHP. Not that it's a bad idea in itself; but, there is too much emphasis on this. Not enough emphasis on what is native in PHP and describing that. It gets too granular too quickly.

This book is really a book about object oriented code, using PHP and Java as examples. If you already know OOP; but, are looking for a book that describes the idiosyncrasies of PHP syntax, then this book is not for you.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
5.0 out of 5 stars Great Introduction to Software Design Practices, September 17, 2010
Amazon Verified Purchase(What's this?)
This review is from: PHP in Action: Objects, Design, Agility (Paperback)
An excellent book for the intermediate programmer working in PHP. Good balance of theoretical practice and technical implementations. This will be an inspiring book for those who want to move beyond being another code hacker. The authors are always careful to discuss multiple approaches to particular problems.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

PHP in Action: Objects, Design, Agility
PHP in Action: Objects, Design, Agility by Chris Shiflett (Paperback - July 10, 2007)
Used & New from: $30.20
Add to wishlist See buying options