I've been using PHP for over a year now and have been successfully running
three different websites developed with PHP, but I've never done anything
with classes or objects. Even when returning data from a mySQL database, I
use mysql_fetch_array() instead of mysql_fetch_object().
What am I missing by not using objects and classes, other than
reusability? What are the real benefits to using OOPs in PHP?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]