Re: [PHP-DEV] Native Singleton Implementation

2007-03-11 Thread Sebastian Bergmann
[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 puttin

Re: [PHP-DEV] Native Singleton Implementation

2007-03-11 Thread Tony Marston
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > >> <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >>> Yeah that's the same way that I implement it. You're still using >>> strings >>> for referencing class names. >> >> So what? Is there an alternative method? Does