Mailinglisten-Archive |
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