[Typo3] ['db_layout']['addTables'], is there a maximum number of items?

Michiel Roos typo3 at monosock.org
Tue Sep 27 14:45:44 CEST 2005


If I put this in ext_localconf.php I will get record listings for these
tables in the 'page view'. But is there a maximum number that will be
shown in this way? or are all records shown (not desirable)?

$TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']['tx_photoblog_photo'][0]
= array(
  'fList' => 'title;description',
  'icon' => TRUE
);
$TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']['tx_photoblog_category'][0]
= array(
  'fList' => 'title',
  'icon' => TRUE
);

Cheers,

Michiel




More information about the TYPO3-english mailing list