Hi there,
Being a complete newbie to PHP, I have a generic question.
I have a project that client wants to be done in PHP.
Ideally I'd like to use classes/objects like in ASP.Net (VB.Net), however I don't know how classes do persist in PHP.
In classic ASP I could create a class on page load, but as soon as user would leave page, class would be destroyed.
Is it same in PHP? How do I initiate class that will persist through entire user session?
Anyone can explain it briefly?
Thanks much
Steve
Being a complete newbie to PHP, I have a generic question.
I have a project that client wants to be done in PHP.
Ideally I'd like to use classes/objects like in ASP.Net (VB.Net), however I don't know how classes do persist in PHP.
In classic ASP I could create a class on page load, but as soon as user would leave page, class would be destroyed.
Is it same in PHP? How do I initiate class that will persist through entire user session?
Anyone can explain it briefly?
Thanks much
Steve