Design Patterns PHP
This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples (most of them from Zend Framework, Symfony2 or Doctrine2 as I’m most familiar with this software).
-
Design Patterns PHP
4. More
4.1. Service Locator THIS IS CONSIDERED TO BE AN ANTI-PATTERN! Service Locator is considered for some people an anti-pattern. It…
Read More » -
Design Patterns PHP
3. Behavioral
In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns.…
Read More » -
Design Patterns PHP
2. Structural
In Software Engineering, Structural Design Patterns are Design Patterns that ease the design by identifying a simple way to realize…
Read More » -
Design Patterns PHP
1 Creational
In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in…
Read More »