Thread
:
PHP Class destructors
View Single Post
05-17-2009, 03:48 PM
#
3
(
permalink
)
CrazeD
Wizard Techie
Join Date: Feb 2006
Location: Maine
Posts: 3,687
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
View Public Profile
Send a private message to CrazeD
Find More Posts by CrazeD