[Typo3-dev] extending general list/select fields in ext_tables.php

Martin Kutschker martin.kutscher.n0 at 5pam.blackbox.net
Fri Mar 25 09:50:54 CET 2005


Hi!

When we change
  function addPlugin($itemArray,$type='list_type')
to
  function addPlugin($itemArray,$type='list_type',$table='tt_content')
then we can extend any table we like. So it's easier to make extensions to 
extend each other.

Same is true for
  function addPiFlexFormValue($piKeyToMatch,$value)
which could be changed to this
  function 
addPiFlexFormValue($piKeyToMatch,$value,$flex='pi_flexform',$table='tt_content')

Masi 






More information about the TYPO3-dev mailing list