[TYPO3-mvc] Setting storagePid in controller

Sebastian KurfŸürst sebastian at typo3.org
Sat Jul 25 09:26:41 CEST 2009


Hi Steffen,


> additional question :) How to get "global" data, means no pid in WHERE 
> to fetch all

inside your repository:
$query = $this->createQuery();
$query->useStoragePid(FALSE);
// now, selects are done globally.

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list