Design Patterns
Topic |
Overview |
---|---|
Specification Pattern | Learn how to write self-contained decisions (specifications) and then chain them together. Great for making unit testable code. |
Design Patterns in PHP | Many design patterns with UML and code examples, all in PHP |