phpbar.de logo

Mailinglisten-Archive

[php] OOP mit PHP

[php] OOP mit PHP

Schmid, Johannes Johannes.Schmid_(at)_muc.ilf.com
Wed, 19 Apr 2000 18:01:23 +0200


Hi Johannes,

> ich habe versucht nach Deiner Beschreibung ein Beispiel zu schreiben und
da
> klappte es. Vielleicht kannst Du ja mal ein eigenes Beispiel schicken.
> [...]
> class test1{
> 	function test1(){
> 		$this->variable = "check";
> 	}
> }
> 
> class test2{
> 	function test2(){
> 		global $y;
> 		$this->element[0] = $y;
> 	}
> 	function write(){
> 		$x = $this->element[0];
> 		echo $x->variable."<br>";
> 		echo $this->element[0]->variable;
> 	}
> }

Ich kriege da ein "Parse error: parse error, expecting `','' or `';'' in
xx.php on line 15" (also die Zeile mit dem "echo
$this->element[0]->variable;"). Ich benutze allerdings PHP Version 3.0.15,
aber ob das daran liegt?!

> Johannes SchmidT

die Welt ist klein :)

-- 
Ciao,
  Johannes.


php::bar PHP Wiki   -   Listenarchive