02-02-2009, 05:40 PM
|
#5 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
|
Why not write directly:
PHP Code:
if(!self::$instance) { self::$instance = new self(); }
That looks much more cleaner and descriptive to me.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
|
|
|
|