[EMAIL PROTECTED] wrote:
> Yes! Moving the singleton functionality into core php. Its an excellent
> OOP feature.

 Besides the obvious implementation considerations (should the Singleton
 object be unique in a single PHP instance or across "all" PHP instances,
 etc.), I am very much against putting reference implementations of
 design patterns into a programming language. If you want this, you have
 not understood the intention of design patterns (or the difference (in
 degrees of freedom) when compared to algorithms).

-- 
Sebastian Bergmann                          http://sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to