RE: [PHP] OO-PHP Style question

2002-04-10 Thread Martin Towell
A 7. see if changes are shown in B -Original Message- From: Alok K. Dhir [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 6:52 AM To: [EMAIL PROTECTED] Subject: [PHP] OO-PHP Style question (sent this to the wrong list the first time - apologies in advance) Given an app with t

[PHP] OO-PHP Style question

2002-04-10 Thread Alok K. Dhir
(sent this to the wrong list the first time - apologies in advance) Given an app with the following overall class structure: Base.class { function Base() { ##initialize stuff } } A.class extends Base { var $var; var $b; function A() {