RE: [PHP-DEV] More OOP

2001-01-18 Thread Sam Liddicott
> -Original Message- > From: Thomas Watson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 18, 2001 12:35 > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] More OOP > > 1: If you are overriding an existing method in a class, it is then not > possible to call the original method. Its a v

RE: [PHP-DEV] More OOP

2001-01-18 Thread Cynic
At 14:27 18.1. 2001, Sam Liddicott wrote the following: -- >Sounds a good idea. $super though is identical to $this in plain value but >has a different type. >For $super you mean $this but treated as if it were a parent class. Maybe >t

RE: [PHP-DEV] More OOP

2001-01-18 Thread Sam Liddicott
> -Original Message- > From: Cynic [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 18, 2001 01:41 > To: Sam Liddicott; Thomas Watson; [EMAIL PROTECTED] > Subject: RE: [PHP-DEV] More OOP > > > At 14:27 18.1. 2001, Sam Liddi

Re: [PHP-DEV] More OOP

2001-01-18 Thread Thomas Watson
CTED]> Sent: Thursday, January 18, 2001 3:05 PM Subject: AW: [PHP-DEV] More OOP > see http://www.mm4.de/php4win/tips.php3?id=1 > > > -Ursprüngliche Nachricht- > > Von: Sam Liddicott [mailto:[EMAIL PROTECTED]] > > Gesendet: Donnerstag, 18. Jänner 2001 14:39 > >

RE: [PHP-DEV] More OOP

2001-01-18 Thread Cynic
probably not documented yet At 14:39 18.1. 2001, Sam Liddicott wrote the following: -- >> see $parent > >I can't find reference to this on the site, although >http://www.php.net/manual/en/ref.classobj.php seems very useful. > >Sam Cyni

Re: [PHP-DEV] More OOP

2001-01-18 Thread Alexander Wirtz
Hi Tom, >I looked at your link "http://www.mm4.de/php4win/tips.php3?id=1" and found >that "parent::classname()" worked. But how? Usualy PHP uses a "->" like >"$this->classname()". I've never before seen the two "::" - Can someone >explain? This syntax is borrowed from C++ (or Java) and is a way