The Proxy Design Pattern in PHP PRO

The proxy design pattern provides us with a class that functions as an interface to something else. We usually use this pattern in order to deffer the creation of heavy objects. This video clip explains it using a code sample in PHP.

You can find the source code available for free personal usage in my PHP Design Patterns course at www.abelski.org.

Share:

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

The Beauty of Code

Coding is Art! Developing Code That Works is Simple. Develop Code with Style is a Challenge!

Update cookies preferences