[TYPO3-german] cObj->IMAGE funktioniert nicht

Franz Holzinger franz at fholzinger.com
Fri Feb 9 12:18:40 CET 2007


Hallo

>     $image = array(
>     'file' => 'uploads/tx_bmconper/'.$res['image'],
>     'file' => array(
>         'maxW' => '150'
>         )
>     );
> }
> $imagecode = $this->cObj->IMAGE($image);
> ...
> [/PHP]
> 
> Habe ich irgendwie einen Denkfehler???????
> 
'file.' muß stehen, wenn es noch Unterparameter dazu gibt.


     'file.' => array(
         'maxW' => '150'
         )
     );

Gruß,

Franz



More information about the TYPO3-german mailing list