View Single Post
Old 05-17-2009, 03:48 PM   #3 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,687

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: PHP Class destructors

I haven't yet mastered the OOP of PHP, but I don't believe destructors is what you want. Destructors are called when you release an object.

I think you'd be better off with an if statement to check if the connection is still open.
__________________

Need website help? PM me!
CrazeD is offline