View Single Post
Old 02-02-2009, 05:40 PM   #5 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

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.
xenon is offline  
Reply With Quote