Hello,
What are design patterns? And How do we implement them in PHP ?
Hello,
What are design patterns? And How do we implement them in PHP ?
What are Design Patterns
Design Patterns are simply defined solutions to common problems. Design patterns are not created by someone who sits in a room and decides to make a design pattern instead design patterns are proven solutions that are implemented over and over again through different projects. This re-use of the solution itself becomes a pattern. Don't be intimidated by the fancy names given to design patterns, such as façade, singleton or observer, they are exactly that just fancy names given to repeatable solutions.
Googling 'design patterns in php gave me the following:
plus many more