Hi,
Given PHP5's new OO features, specifically the addition of static members, I was wondering if PHP has the concept of an ‘application context’ like you see in JSP / Servlets?
So for example, I would like to be able to keep an object in memory that would be available to all users who hit the website –this like a session var that is accessible to anyone hitting the server.
Thanks