Richard: Nachtrag

Beitrag lesen

Hallo nochmal,

public function getPostings() {
        return array(
            "20060715t1m1rel0" => "Ausgangsposting",
            "20060715t1m2rel1m1" => "Erste Antwort auf das Ausgangsposting",
            "20060715t1m3rel1m1" => "Zweite Antwort auf das OP",
            "20060715t1m4rel2m3" => "Antwort auf Zweite Antwort"
        );
    }

Wie gesagt, erstmal nur Testhalber, daher werden die Postings eines Threads durch ein simples Array repräsentiert.

Beste Grüße