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.
|