[PHP-DEV] More OOP

2001-01-18 Thread Thomas Watson
Hi I'm writing to the PHP Development mailing list because I have some questions and I don't know of any other place to ask. Pleaze correct me if I'm wrong, but you are the guys with the code, so you should be the people to consult. So here it goes: I think that there are to basic flaws with the

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 th

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

AW: [PHP-DEV] More OOP

2001-01-18 Thread Harald Radi
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 > An: Cynic; Sam Liddicott; Thomas Watson; [EMAIL PROTECTED] > Betreff: RE: [PHP-DEV] More OOP > >

Re: [PHP-DEV] More OOP

2001-01-18 Thread Thomas Watson
It works though... thanks :) /watson - Original Message - From: "Harald Radi" <[EMAIL PROTECTED]> To: "Sam Liddicott" <[EMAIL PROTECTED]>; "Cynic" <[EMAIL PROTECTED]>; "Thomas Watson" <[EMAIL PROTECTED]>; <[EMAIL PROTE

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