$db
$db : \qfq\Db
$db : \qfq\Db
sanitize() : Array
Sanitize GET and POST Parameters. Categorize Parameter: name begins with: 'S_' String: sanitize via t3lib_db::quoteStr, htmltospecialchars 'H_' HTML: no sanitize at all [Typo3, xdebug, zend debugger] special - no change [rest] has to be numeric - if not, will not be copied.
of sanitized GET and POST Variables. Only correctly filled variables will be returned.
checkLockRecord(integer $form, integer $record_id, string $tablename, \qfq\Db $dbalias, $tx_db_pi1) : array|boolean
If record locking has been enabled in ext_localconf.php, delete all expired locking records check if a record exists in the lock table for the currently edited record
integer | $form | form_id |
integer | $record_id | record_id |
string | $tablename | tablename |
\qfq\Db | $dbalias | Db class object |
$tx_db_pi1 |
information on locking mode, locking user and timestamp. false if not locked
createToolTip(string $note) : array
Create a ToolTip: $toolTip[0] and $toolTip[1] have to inserted in HTML code accordingly.
string | $note | Text to be shown in the tooltip |
$toolTip $toolTip[0]: JS to show '$toolTip[1]'. $toolTip[1]: '...' with the tooltip text.