Posted by Berislav Lopac on 08/24/05 15:04
thehuby wrote:
> In java/jsp/j2ee these would be objects with application scope (alive
> as long as the applicaiton is running, instead of sesssion based or
> page based).
>
> I can't say exactly why you need to do this, but I've never seen a
> similar thing in PHP (not syaing it doesn't exist but I am not an
> authority on cutting edge PHP, or even PHP OO tbh).
No, PHP doesn't have application-level scope. I was (and still am) planning
to write a module for PHP5 which would utilize SQLite for maintaining
application-level persistance, but didn't find the time yet. :(
Berislav
[Back to original message]
|