Sorry for my bad english!
I'm trying to create a Web application for a client in PHP and i'm at the first level of creation...
the problem is, I want to uses objects in the application. It's a tickets managers for a support company. I have a usersList, users, cases and casesList classes but I want to use the same object casesList for all the users...
because if one user change something in a case... modifications will not be made on others objects userList of the other users..
in ASP I use global.asa but I don,t know how to create one object userList for all users and make changes to this object..
thanks