Singleton and Registry patterns in PHP for Globals
-
Over at PHPIt, Dennis explains how to go around the globals problem in PHP by using Singleton and Registry patterns.
In this article you will be shown how to properly use globals in PHP. We will take a look at the global keyword, function arguments, Singletons and the Registry pattern.
Advertisement
Leave a Comment























