Thread: Ultra EQ Editor
View Single Post
  #4  
Old 11-20-2008, 11:40 PM
cybernine186
Sarnak
 
Join Date: Feb 2008
Posts: 87
Default

I took your advice on the construct and deconstruct for the MySQL connection and implemented it. However using __construct() and __deconstruct in a PHP class requires everyone to use PHP 5. The construct functions was not implemented until PHP 5 so anyone using PHP 4 will have to upgrade to the latest version of PHP.

So there is a downfall to this change but maybe a good one.
Reply With Quote