"Larry Brown" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > OOP in a couple of different places. However, my mind apparently works > different and I keep trying to relate the OOP structure to what I already > know which equates an object to a function. I am resolving to purchase a > book dedicated to instruction in the inns and outs of OOP. Specifically at > it relates to PHP would be great but my emphasis is towards something that > teaches someone that is stubborn in his reliance on previously learned > methods. I hope this makes sense and I'm not alone on this. :) Any > suggestions would be greatly appreciated!
My advice is somewhat radical: "learn Smalltalk". Since it is a very pure OO language, you will barely be able to do anything until it "snaps" to you. But when it does, it will becomme cristally clear, and you will learn to use OO very well in languages that let you get away with non OO. The disadvantages of this approach is that you will have to invest considerable effort, and that you might like Smalltalk too much in the and ;) . For some Smalltalk resources see: www.whysmalltalk.com rush -- http://www.templatetamer.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

