The oop tag has no wiki summary.
0
votes
1answer
41 views
Keeping Objects in Memory
I have built a WordPress plugin using classes. Each project class is created for a specific user. I want to do three things:
Keep the project object in memory for that user between his or her ...