OOP is not a problem at all. In PHP5 there is full object orientation, I take advantage of all its features everyday. Even with many classes in PHP's standard API, there is both an OO way to use a module and a procedural way. Take the MySQLi module for example (http://us2.php.net/manual/en/ref.mysqli.php), now has a class and a set of standard functions in which you may use that module.
Last edited by maddog39; Nov 15th, 2007 at 5:37 pm.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.