Ah okay genau, so nun muss ich es nur noch mit smarty hinbekommen, wo ich mir erstmal was Überlegen muss vllt. mit if?
PHP-Code:
Array
(
[0] => Array
(
[id] => 1
[mainid] => 0
[name] => Allgemeines Board
[beschreibung] => Hi @Allgemeiens Board
[typ] => 1
)
[unterforen] => Array
(
[0] => Array
(
[id] => 2
[mainid] => 1
[name] => Support Board
[beschreibung] => test
[typ] => 0
)
[1] => Array
(
[id] => 3
[mainid] => 1
[name] => Technik bereich
[beschreibung] => test2
[typ] => 0
)
[2] => Array
(
[id] => 4
[mainid] => 1
[name] => ^^
[beschreibung] => ^^
[typ] => 0
)
[3] => Array
(
[id] => 7
[mainid] => 6
[name] => threaddata
[beschreibung] => test
[typ] => 0
)
)
[1] => Array
(
[id] => 6
[mainid] => 0
[name] => kategorie
[beschreibung] => test
[typ] => 1
)
)