Posted by admin on Aug 24, 2009 in
PHP Books |
|
User Reviews
Send this to a friend
|
| Professional PHP Design Patterns |
| |
 |
| Manufacturer: Wrox |
| Customer Rating: |
|
| List Price: $44.99 |
| Sale Price: $29.69 |
| Availibility: Usually ships in 24 hours |
Free Shipping Available |
| Buy Now |
|
| |
Product Description |
|
This guide helps PHP developers take advantage of the stability and features of design patterns Design patterns are the cornerstones of building solid, stable, flexible, and feature-rich Web applications. This guide enables PHP developers to take advantage of everything they offer. If you are unfamiliar with design patterns, this book explains what you need to know. Both novice and veteran PHP developers will benefit from the alphabetical list of design patterns and code examples showing how to implement each pattern in PHP. Step-by-step instructions for a sample contact management system will help you understand real-world applications for the information. - Gets PHP developers who have not used design patterns up to speed on the technology
- Shows programmers who are familiar with design patterns in other languages how to apply the techniques to PHP
- Includes examples of ordinary code used in everyday development and how to modify it for one of the design patterns discussed
- Provides an alphabetical list of common design patterns, with code examples showing how each can be implemented in PHP
- Uses a case study of a contact management system to analyze and demonstrate the step-by-step process of applying design patterns
With its single focus on applying design patterns to PHP development, PHP Design Patterns helps both new and veteran PHP programmers improve their applications and their career prospects.
|
Product Details |
No details are available for this product
|
Video Reviews |
No video reviews found for this product.
|
Customer Reviews |
Great Book! Easy to understand. Just what I needed...
|
| Review Date: September 1, 2009 |
| Reviewer: Lee Thornton, Fort Lauderdale |
This book was just what I needed to get a grasp on the design patterns and learn how to use them correctly. The examples are small enough to wrap my head around but big enough to get the idea of what is going on. I would recomend this to anyone that is a php programmer working wiht objects.
I have had the book for only 2 days and I already used the facade and the decorator pattern in a project. Just after I got the code installed on the website the owner changed his mind and requested some code changes. I found that it was much easier to manage his changes since I used the design patterns shown in this book. Actually it was almost a pleasure to make the changes to the code since it was set up properly in the first place.
|
few examples and not all patterns treated
|
| Review Date: February 9, 2010 |
| Reviewer: Gianluca, Rome, ITALY |
First, sorry for mistakes, I'm from Italy so I will be very concise.
The problems of this book are:
- examples for each pattern: only one example and very very very ... too simple! examples in design pattern are very important - for me - , I think that a usefull book on patterns should present four or five examples for each pattern, at least.
- not all patterns are treated! What about "Chain of Responsability"? And "Abstract Factory"? And "Bridge"? And "composite" ? And "Flyweight"? This book has only 238 page, and you treat about pattern from 26 to 125 ... I think this is not enought. |
|
Tags: design, patterns, professional