|
Posted by M Saleh EG on 01/18/05 17:42
What I mean by Application-Scope variables is variables that can be
available for the Application or Web-Application all the time after
starting the application by a trigger. After having the triger fired
those Application-Scope Variables, Datastructures, Object, and
refrences would be available for all the requests. That's how I'd
equate persistant PHP-Applications to having Application-Scope PHP
variables.
A lame Example to illustrate the purpose of Application-Scope
variables would be the persistant DB connections. Not 100% the same
but it's for the same purpose
So if you could have a huge object persistant( Application-Scope
object ) that does alot of work for you then that object is a PHP
persistant application which I call Application-Scope var or object !
Hope that clears it out.
On Tue, 18 Jan 2005 11:10:29 +0100, Zouari Fourat <fourat@gmail.com> wrote:
> can u explain a bit more : The answer would be Application-Scope
> vars.... wish we had it in PHP
>
> On Tue, 18 Jan 2005 02:42:46 +0400, M Saleh EG <m.saleh.eg@gmail.com> wrote:
> > The answer would be Application-Scope vars.... wish we had it in PHP
> >
> > M.Saleh.E.G
> > 97150-4779817
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
--
M.Saleh.E.G
97150-4779817
Navigation:
[Reply to this message]
|