-
📙 Database records in TYPO3
In TYPO3, a record refers to an individual piece of content or data that is stored in the database. Each record is part of a table and represents a specific entity, such as a page, a content element, a backend user, or an extension configuration.
-
📙 Record objects in TYPO3
They are an advanced data object holding the data of a database row, taking the TCA definition and possible relations of that database row into account.
-
🛡️ CSRF-like request token handling in TYPO3
A CSRF-like request token handling is available to mitigate potential cross-site requests on actions with side effects. This approach does not require an existing server-side user session, but uses a nonce as a "pre-session".