Tag: application data
[PHP] Dane aplikacji [en] Application data in PHP
by jmail on Jan.29, 2010, under PHP / CF / .NET / Java
Everybody who had contact with ColdFusion or ASP.NET knows what is application data, or how usefull they are. Set one variable makes that other users get this variable in the exact same way. All users share data in the same way. If user X set application variable to 1 then all other users will get this var as 1. In this article we try to make the pseudo application data in PHP.