[TYPO3-dev] processDatamapClass issue

Dmitry Dulepov [typo3] dmitry at typo3.org
Thu Jun 19 14:21:16 CEST 2008


Brian Bendtsen wrote:
> ok, but still, nothing happens - I have tried this:
> 
> <?php
> class tx_wkleague_ttnewsPid {
>  function processDatamap_postProcessFieldArray($status, $table, $id, 
> &$fieldArray, &$tcemain) {
>  echo 'test';
>  }
> }
> ?>

You will not see echo because result of operation is always redirected to another page and your echo will be lost. Try using devLog instead.

-- 
Dmitry Dulepov
E-mail: dmitry at typo3.org
Skype: callto:liels_bugs
TYPO3 technical: http://typo3bloke.net/




More information about the TYPO3-dev mailing list