Re: [PHP-DEV] Equivalent to JSP scope="application" in PHP

2001-08-21 Thread Nick Loman
On Tue, 21 Aug 2001, Derick Rethans wrote: > > Been using JSP recently (yeah, I know) and have found one (1) good thing > > about it which is that if you create a "bean" with scope=application you > > can then store data (e.g. a cached content array) within the bean which > > all pages can acces

Re: [PHP-DEV] Equivalent to JSP scope="application" in PHP

2001-08-21 Thread Derick Rethans
On Tue, 21 Aug 2001, Nick Loman wrote: > > Hey, > > Been using JSP recently (yeah, I know) and have found one (1) good thing > about it which is that if you create a "bean" with scope=application you > can then store data (e.g. a cached content array) within the bean which > all pages can access

[PHP-DEV] Equivalent to JSP scope="application" in PHP

2001-08-21 Thread Nick Loman
Hey, Been using JSP recently (yeah, I know) and have found one (1) good thing about it which is that if you create a "bean" with scope=application you can then store data (e.g. a cached content array) within the bean which all pages can access the same instance of. I can't think of the equivalen