Hallo dedlfix,
Klingt kompliziert? Als Code liest es sich einfacher:
while ($row = mysql_fetch_assoc(...))
foreach ($row as $key => $value)
$this->$key = $value;
>
Das klingt gut und nicht kompliziert. Danke. Das wäre dann Konstruktor, und was mache ich mit der Deklaration der Klassenvariablen?
Gruß, Linda
--
2 hours of try and error can save 10 minutes of manual reading