Singleton Patterns in PHP
March 19th, 2010
Recently I had a little time to educate myself further on object oriented programming, I’ve been an object oriented coder for quite some time now but there were some parts of it that I’d not delved into and one of those ended up being Singleton patterns in PHP. A Singleton allows you to create one [...]
