Five common PHP design patterns


Five common PHP design patterns

Design patterns are just for Java architects — at least that’s what you may have been led to believe. In fact, design patterns are useful for everyone. If these tools aren’t exclusive to architecture astronauts, what are they, and why are they useful in PHP applications? This article explains.

factory, singleton, observer, chain-of-command and strategy patterns for PHP

Related Posts