Customer Reviews


8 Reviews
5 star:
 (3)
4 star:
 (1)
3 star:
 (2)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
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


15 of 17 people found the following review helpful:
4.0 out of 5 stars An excellent primer on design patterns in PHP
While you can do much better for a first book on design patterns if you are new to the topic (get O'Reilly's Head First Design Patterns), this book is a must-have for learning common patterns to problems PHP developers face.

A great strength of the book is the author's clear devotion to the other practices like test driven development and UML. These things do...
Published on October 24, 2005 by Steve Wainstead

versus
29 of 29 people found the following review helpful:
3.0 out of 5 stars Ok book, but could've been way better
First off I don't enjoy giving a bad mark to other people's effort. It's often too easy to put a tag value on something we had nothing to do with and even bad books are well intentioned. That been said, this book is far from being bad. The content is actually pretty good and Jason E. Sweat succeeds very well in explaining the patterns and their application in PHP...
Published on December 12, 2006 by Michael Ekoka


Most Helpful First | Newest First

29 of 29 people found the following review helpful:
3.0 out of 5 stars Ok book, but could've been way better, December 12, 2006
By 
Michael Ekoka (Montreal, Qc Canada) - See all my reviews
(REAL NAME)   
This review is from: php|architect's Guide to PHP Design Patterns (Paperback)
First off I don't enjoy giving a bad mark to other people's effort. It's often too easy to put a tag value on something we had nothing to do with and even bad books are well intentioned. That been said, this book is far from being bad. The content is actually pretty good and Jason E. Sweat succeeds very well in explaining the patterns and their application in PHP. However, there's room for improvement and although I was really looking forward to give some kudos, I did have some issues with the book. I took some time to review it to help make it better in subsequent editions.

My opinions are made upon a few assumptions. Some may agree others may not, which is the point of a personal review, if you share my point of view chances are that you'll experience the same thing.

1) I presume that anyone deciding to learn about design patterns is probably serious about Object Oriented Programming and anyone serious about OOP in PHP should probably switch from PHP4 to PHP5. This book has been out for about a year and a half. PHP5 was already on course to acquire wide acceptance, yet Jason chose to code mainly in PHP4, which is clearly crippled in its OO implementation compared to PHP5.

This is not so much of an issue in chapters where pattern implementation is very similar in both versions, but at times the lack of true OO features in PHP4 made it tedious to go through the examples and I felt like just skipping the PHP4 parts and go straight to the PHP5 ones. It wasn's easy because only some of these examples have a PHP5 equivalent.

We are therefore often confined to make sense of all the PHP4 idiosyncrasies deployed to mimic the simplest features natural to true OOP, like the use of global variables to emulate staticity, prepending the ampersand (&) to pass objects by reference and other little 'tricks' that succeed more at veering attention away from the pattern at hand to language features.

2) I presume that most people who got this book did because of the two keywords in the title 'Design Patterns'. Yet there is as much, if not more, about Test Driven Development (TDD) using Simpletest as there is about design patterns. Don't get me wrong, TDD is an excellent coding practice, but as much as it can be practiced along with design patterns both can be clearly isolated. If, like me, you learn by focusing on one specific topic at a time, you will find this book's approach very annoying at times.

First, it's an informal introduction to TDD. You will probably need more support from a more specific text on TDD before really becoming proficient at it, so I don't see the point in trying to actually teach it along with design patterns. An introductory chapter would have been enough (the Mockobject Pattern chapter was perfect for this) and maybe an appendix with links to tests for the examples for those interested.

Second, Jason's insistence to test every bit of piece of code makes the reading even more tedious. Examples are cluttered with tests and the logic doesn't flow as smoothly anymore. Plus, TDD is an iterative coding process, meaning that you write a little test and then you implement just enough logic for the test to pass, then you add some more test and then you... repeat until done. If in real life the overall result can be good, it is not very practical to try and reproduce it in a book. Your tests may never be exhaustive or meaningful enough to actually matter and you may be constrained to use examples a tad bit too simplistic to illustrate your point, which is exactly what happens in this book.

I felt that the introduction of TDD in the book was meant exactly as a separate attempt at explaining that technique, not as a support to understand design patterns and the two topics became somehow intertwined and less substantial. Trying to chase a rooster and a rabbit, we're left with a chick and a bunny.

Here are my recommendations for the next edition:
- Forget php4
- Keep TDD for another book or introduce it in the mockobject pattern chapter or an appendix
- Concentrate on design patterns
- Include more solid examples
- Work more on refactoring solutions to really show how they remap to patterns
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 17 people found the following review helpful:
4.0 out of 5 stars An excellent primer on design patterns in PHP, October 24, 2005
By 
Steve Wainstead (Jackson Heights, NY United States) - See all my reviews
This review is from: php|architect's Guide to PHP Design Patterns (Paperback)
While you can do much better for a first book on design patterns if you are new to the topic (get O'Reilly's Head First Design Patterns), this book is a must-have for learning common patterns to problems PHP developers face.

A great strength of the book is the author's clear devotion to the other practices like test driven development and UML. These things do not get in the way of the book's intent; Sweat gives you code example after code example, and what could be better in a programming book?

Some reviewers are quick to jump on things like typos (there are a few) but grammar aside it's clear the author poured a lot of devotion into this book.

I also like that the book introduced me to patterns that are not covered in Head First or the Gang Of Four book, like the emminently useful Registry Pattern; there are also patterns to solve particular problems for the language, like the Value Pattern. If you've picked up a design patterns book in the past and were put off because all the examples are in Java, you owe it to yourself and your craft to pick this title up.

Next I want to see a book called "Refactoring PHP To Patterns"!!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 10 people found the following review helpful:
3.0 out of 5 stars Book review, January 30, 2006
By 
Gustavo Sainz "Gustavo" (GREER, SC United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: php|architect's Guide to PHP Design Patterns (Paperback)
This book provides an quick insight of current OO patterns. Content is somewhat usefull, but related to much to testing patterns. It's good for a beginner programmer who want to start a project using OO.

The quality of the paper and ink is like a home made printed book. The price is too high for that quality.

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


2.0 out of 5 stars Weak - But, should've been good 7 years ago, January 11, 2012
This review is from: php|architect's Guide to PHP Design Patterns (Paperback)
The book starts fairly well but get lost after some pages. It focus a lot on tests - hey! TDD is great but it shouldn't have so much focus on a design patterns book.
Throughout the book you'll find lots of hackish PHP4 examples -which are useless now- and lots of badly written PHP5 examples (maybe because PHP5 were just beginning back then).
As I stated on the title, this book should've been good 7 years ago, but for now, it's outdated.
I really don't recommend this book if you understand at least 2 or 3 Design Patterns, or if you are serious about PHP OO programming.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars best design pattern book for PHP yet., May 12, 2008
This review is from: php|architect's Guide to PHP Design Patterns (Paperback)
I'm relatively new to objects and design patterns and have been learning them for only the last 4 months. As most people know PHP 5 was the first iteration of a half way decent obeject implementation in PHP. Therefore there is just now beginning to be OO related design books on the market for this functionality. I've bought them all as my opinion is this on trumps the rest. It's not going to tell you much on object theory or PHP's object syntax. However when it comes to design architecture it's be best I've found for PHP specifically. Outside of that if you're looking for good Design Pattern and Architecture theory stuff you should start reading Java based books as there's some really good ones.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 23 people found the following review helpful:
1.0 out of 5 stars This book is not about Design Patterns, November 1, 2005
This review is from: php|architect's Guide to PHP Design Patterns (Paperback)
From the offset, you are informed that this entire book is based on a test-writing then code-developing method of development that requires the implementation of an outside library of code. The link in the book referencing this library (called simpletest) doesn't even take you to a download page for this library (I had to find it) and the methods in the library are not explained which is a prerequisite to understanding the implementation of the design patterns. Wait...I didn't buy this book to learn about "simpletest", I bought this book to learn about design patterns. The misguided attempt of the author to railroad you into his method of coding results in the complete obscurification of the design patterns which are a heady enough subject. What a blunder.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 6 people found the following review helpful:
5.0 out of 5 stars PHP, Design Patterns, OOP (great book), February 24, 2006
By 
Jose Carlos Araujo (Uberlandia, MG Brazil) - See all my reviews
(REAL NAME)   
This review is from: php|architect's Guide to PHP Design Patterns (Paperback)
A great book for design patterns comprehension in PHP. There is a huge variety of patterns explained in this book, which helped me a lot. It also provides a very well written text with an easy comprehension, even for beginners in design patterns area.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 4 people found the following review helpful:
5.0 out of 5 stars Great book!, May 7, 2007
Amazon Verified Purchase(What's this?)
This review is from: php|architect's Guide to PHP Design Patterns (Paperback)
This book is great, like any other O'Reilly books. It's helpful to those who already have knowledge of PHP.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

php|architect's Guide to PHP Design Patterns
php|architect's Guide to PHP Design Patterns by Jason E. Sweat (Paperback - July 1, 2005)
$34.99 $25.63
In Stock
Add to cart Add to wishlist