PHP

Adapter Pattern in PHP

Of all of the design patterns you could use in your code, the adapter pattern is one of my all time favourites. It allows you to abstract the implementation to an adapter that implements an Read more…

By , ago