I am wondering what the life of an Object is in PHP, once envoked is the object around for the session, or just the page?
Can I assume since you have to to an include or require to use the Class the object is around for just the page.
Can you set an object up as a Session Variable essentially creating a session object?
Curious
PHPdev