I am sure someone will call this heresy, but if you really want OO don't
do it in PHP. If you are new to OO and start with PHP you will do
yourself a grat disfavour. OO programming in PHP is still not ready. If
you try and program in OO in PHP you have to learn all of it's
shortcomings and many "tricks" to get around them. And I promise that
more than once you will scratch your head and wonder why your object
seems to have lost it's state or some variable never seems to get set
properly.

Jean-Christian Imbeault


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to