phpbar.de logo

Mailinglisten-Archive

Antw: [php] Array Frage

Antw: [php] Array Frage

Olaf Krüger OKrueger at edscha.com
Mit Mai 12 15:16:18 CEST 2004


Hi,

>   $this->content[$db->f('parcat')][$db->f('catid')]= array(
>      'catid' => $db->f('catid'),
>       'catname' => $db->f('catname'),
>      'level' => 0,
>       );
 
sehe ich das richtig ?
$this->content ist bereits ein 2-dim-Array und du weist diesem ein weiteres Array zu ?
 
Dann musst du 
$this->content['key1']['key2'][catid]['catname']['level'] )= 'trallala';
 
schreiben.... oder ?
 
Gruss
Olaf


php::bar PHP Wiki   -   Listenarchive