PHP version of ASP's Global.asa file
Posted: Tue May 23, 2006 7:44 pm
For those of you familiar with ASP, does PHP have anything similar to the ASP's Global.asa file that is called when the server is started/stopped or a session is opened/closed?
Or, if not, what is the best way of initializing global application variables without needing a "required" method call at the beginning of each PHP file?
Or, if not, what is the best way of initializing global application variables without needing a "required" method call at the beginning of each PHP file?