1 Vote
Static call versus Singleton call in PHP
http://moisadoru.wordpress.com —
In the past several months I’ve been working with a rather large application built with symfony. I noticed that symfony makes heavy use of the Singleton pattern (other frameworks, like Zend do that too).


Comments