home.social
  1. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

  2. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

  3. 🛡️ 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".

    ➡️ docs.typo3.org/m/typo3/referen