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
(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() {
2 matches
Mail list logo