Is it good, that every PHP class implements a Singleton pattern
Posted
by Sbioko
on Stack Overflow
See other posts from Stack Overflow
or by Sbioko
Published on 2010-03-23T14:48:43Z
Indexed on
2010/03/23
14:53 UTC
Read the original article
Hit count: 234
Hello, is it good, that every PHP class implements a Singleton pattern? I think, it will be less memory usage because of it. Is it right opinion? Thanks!
© Stack Overflow or respective owner