[TYPO3-dev] how to get complete TCA after extending a table?

Stephen Bungert stephenbungert at yahoo.de
Fri Nov 11 16:56:22 CET 2011


In your FE plugin you can get a list of the fields like this:

$fields = $GLOBALS['TYPO3_DB']->admin_get_fields($table); 





More information about the TYPO3-dev mailing list