Singleton solutions
Posted: Tue May 12, 2009 2:57 am
Hi,
I have a php file being called from many server, in this file I would like to load a configuration file, I would like to load the file once for all php request, how can I do it?
Basically I would like to load the configuration file once and save its content in some kind of cache, then each PHP request will use this cache and save the resources in reading this configuration file over and over again.
Many thanks.
I have a php file being called from many server, in this file I would like to load a configuration file, I would like to load the file once for all php request, how can I do it?
Basically I would like to load the configuration file once and save its content in some kind of cache, then each PHP request will use this cache and save the resources in reading this configuration file over and over again.
Many thanks.