[TYPO3-dev] Null result with pi_getRecord( $table, $uid );

Sebastiaan van Parijs sebastiaan at framed.nl
Tue May 5 16:56:47 CEST 2009


Hey guys,

I got myself a little problem, and i can't figure out what i'm doing 
wrong. Probably a basic error, but after googling for a whole day it was
time to ask the communatie. What am i doing wrong?

// $result = nothing
$record = tslib_pibase::pi_getRecord( 'tx_active_form', $uid );

// $result = big array full of all kinds of stuff.
$record = tslib_pibase::pi_getRecord( 'tt_news', 1 );

Any idea's? thnx,

Sebastiaan




More information about the TYPO3-dev mailing list