 |
PHP Strategy Design Pattern: Encapsulating Algorithms | PHP Design Patterns
One of the most useful design patterns is the Strategy pattern. Where variation in algorithm use is key, the Strategy pattern encapsulates the algorithms and ... All of the concrete strategies will have to implement the algorithm($elements) method, but ma
www.php5dp.com |
 |