[TYPO3-english] Picture in BE

bernd wilke x00nsji02 at sneakemail.com
Thu Apr 2 11:26:43 CEST 2009


Am Wed, 01 Apr 2009 23:35:12 +0200 schrieb Christian Tauscher:

> Andreas Burg schrieb:
> 
>> $TYPO3_CONF_VARS['GFX']['thumbnails'] = '1';
> 
> gm/im works fine, thanks.
> 
> Maybe it is not clear what iam working on.
> 
> I have written some nice EXT.  Next step is a BE module to handle the
> Data. Since it works wit lots of pictures, Id like to have always the
> name of teh Recors in generated lists AND a preview of therelated
> picture. After SELECT I have $row['name'] and $row['image']. in FE I
> would use $this->cObj->IMAGE() function, but in BE?

what about:
$cObj = t3lib_div::makeInstance('tslib_cObj');
$cObj->IMAGE(...);
 

bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html


More information about the TYPO3-english mailing list