phpbar.de logo

Mailinglisten-Archive

[php] Instanzen einer Klasse in einem array

[php] Instanzen einer Klasse in einem array

Robert Sedlacek php_(at)_phpcenter.de
15 May 2002 14:06:51 +0200


Am Mit, 2002-05-15 um 13.48 schrieb robs-info:
> [code gesnippt]

<?
	class FuckOff {
		var $text;
		function displayText() {
			echo $this->text;			
		}
	}
	$fubar[23] = new FuckOff();
	$fubar[5]  = new FuckOff();
	$fubar[23]->text = "fucked up beyond all recognition...<br>";
	$fubar[5]->text = "situation normal all fucked up...<br>";
	$fubar[23]->displayText();
	$fubar[5]->displayText();	
?>

funktioniert 1A, also gehn muss es. aber ich sehe beim besten willen
keinen fehler...

Robert

-- 
with insomnia, nothings real...
...everythings a copy of a copy of a copy.


php::bar PHP Wiki   -   Listenarchive