PHP Classes

Title: PHP|Architect's Guide to PHP Design Patterns

Recommend this page to a friend!

  Latest classes All reviews   PHP|Architect's Guide to PHP Design Patterns   Latest classes Latest reviews   Best sellers ranking Best sellers ranking  

Title

PHP|Architect's Guide to PHP Design Patterns

Category

PHP books

Author

Jason E. Sweat

Publisher

Marco Tabini & Associates

Release date

July 2005

ISBN

0973589825

Sales ranking

Week: Not ranked All time: 96

Reviews

January 2, 2007
  Post a comment Post a comment   See comments See comments (5)   Find where to Buy Now Find where to Buy Now  
PHP|Architect's Guide to PHP Design Patterns reviewed by
Picture of Marcelo Santos Araujo
Marcelo Santos Araujo
crosaratech.com.br
PHP|Architect's Guide to PHP Design Patterns is an introductory book about software design patterns and test driven development using PHP.

It covers several well known patterns with examples. Although there were several improvements between PHP 4 and PHP 5, the author used PHP 4 object model to present the book examples.

As we know, PHP 4 has a different Object Oriented Programming model, which in my opinion is quite limited. Despite this fact, the examples can be easily converted to take advantage of PHP 5 and the new OOP model.

There is also an introduction to test driven software development. A tool named SimpleTest, that was created by Marcus Baker, is also introduced in this book. It allows PHP users to create unit tests.

Every chapter contains a design pattern explanation, a description of how it can be implemented in PHP, and unit test code using SimpleTest to demonstrate test driven software development techniques.

{buttons}Overall, this is a good book for PHP developers who want to start learning about the basics of software design patterns and test driven development techniques applied to PHP.

Overall, this is a good book for PHP developers who want to start learning about the basics of software design patterns and test driven development techniques applied to PHP.
  Post a comment Post a comment   See comments See comments (5)   Find where to Buy Now Find where to Buy Now  

Comments

3. Incorrect - David Suzuki-Sanders (2007-03-16 17:44)
Just to say SimpleTest is NOT by Jason E Sweat.... - 1 reply
Read the whole comment and replies

1. Correction - David Rodger (2007-01-08 20:41)
Correction to review... - 1 reply
Read the whole comment and replies

2. Patterns and Simpletest - Anthony Cartmell (2007-01-03 15:51)
A useful book, but as much about Simpletest as about patterns... - 0 replies
Read the whole comment and replies

Post a comment