Re: [PHP] Fundamental question about ADTs

2005-07-29 Thread Jochem Maas
Jasper Bryant-Greene wrote: Hi all Recently I've been reading /Code Complete/ by Steve McConnell, and in it he recommends the use of ADTs, or Abstract Data Types, which I have been big words :-) guess it means he can charge more per hour ;-) thinking about implementing in a major project I

Re: [PHP] Fundamental question about ADTs

2005-07-29 Thread Miles Thompson
Because the OOP religion requires everything to be done with methods? Remember CC comes from the MSFT world, not the PHP corner of it. And in the larger world, public properties of your class, such as Caption, have corresponding local vars such as m_caption. That is, Caption is not manipulate