Re: [PHP] Singleton pattern question

2003-12-31 Thread Raditha Dissanayake
Hi,. Unfortunately in PHP this may be true, however in j2ee if you use the singleton pattern the result would be what you expect. happy new year. Hardik Doshi wrote: Hi Group, Currently i am using the singleton design pattern in one of my projects. I was under impression that by using the sing

[PHP] Singleton pattern question

2003-12-31 Thread Hardik Doshi
Hi Group, Currently i am using the singleton design pattern in one of my projects. I was under impression that by using the singleton pattern i need to initialize system configuration only one time (At the time of login) but once i implemented the system, i came to know that system initializes an