Questions tagged [extbase]

Extbase is a cutting-edge framework for developing extensions within the TYPO3 CMS environment, seamlessly integrating with both TYPO3 Fluid and TYPO3's Extension Builder.

The functionality of $GLOBALS['TSFE']->set_no_cache() seems to be ineffective starting from TYPO3 version 6.2.17 and newer versions

I previously implemented the 'set_no_cache' function globally in the initialize action of my extension. $GLOBALS['TSFE']->set_no_cache(); However, it seems that this method is not effective starting from typo3 version 6.2.17 onwards. I am now explori ...

Tips for integrating external JSON files into TYPO3

Hey there, I've been doing some research but can't seem to find a clear answer. Can you explain how to retrieve data from a JSON file and manipulate it within an extbase extension? ...

Trouble in paradise: Datamapper malfunctioning in TYPO3 9.5.x with Extbase

Before in previous versions of TYPO3 such as TYPO3 8.7.x, I utilized DataMapper to transform the results from my querybuilder select result into an array of objects successfully. However, when switching to TYPO3 9.5.x, I encountered the error message "Ca ...