[TYPO3-dev] A way to detect if table has a certain field

Georg Ringer mail-spam at ringerge.org
Thu Sep 27 20:29:37 CEST 2007


Tapio Markula wrote:
> $row=$GLOBALS['TYPO3_DB']->sql_fetch_row($row);

use $row=$GLOBALS['TYPO3_DB']->sql_fetch_assoc($row);

georg




More information about the TYPO3-dev mailing list