Quantcast
Channel: OOP Archives - BrandonSavage.net
Viewing all articles
Browse latest Browse all 26

Use Registry To Remember Objects (So You Don’t Have To)

$
0
0

One of the biggest challenges in OOP programming with PHP is the ability to pass around objects and let other objects use them. This challenge can be solved with careful design, however. Here we will discuss the registry pattern, not a member of the GoF’s original patterns but still an important pattern nonetheless. Warning: Design […]

The post Use Registry To Remember Objects (So You Don’t Have To) appeared first on BrandonSavage.net.


Viewing all articles
Browse latest Browse all 26

Trending Articles