DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

UpdateTable

After add/update/whatever you want to update another entry in another table? No problem, here's your solution.

sDatabase

String. If the database differs from dbal/sDatabase, enter it here.

sTable

String. Table name of the table to count in. Following our page-contentelement-example:

tt_content

aIdentify

Array that identifies the other table's entry to update. Example:

aIdentify = array(
    'deleted:0',
    'pid:###uid###'
)

sField

String. The other table's field to update.

sValue

String (incl. markers, of course). The value to write into the other table's sField.