DevShed has posted the final article in their "Building Object-Oriented Database Interfaces" series today - Updating the Application to PHP5.
In this fourth and final article in the tutorial series, Alejandro Gervasio updates the "DBIGenerator" class developed in the previous articles. The new version incorporates features in PHP 5, such as member visibility, exceptions, and other useful items.
Up until now, they were working with a PHP4 standard, more or less, and not taking advantage of some of the things that the PHP5 OOP interface has to offer. In this installment they convert the code over, making it not only more compliant with the new architecture, but probably a little faster too...




