[TYPO3-mvc] Setting storagePid in controller

Sebastian KurfŸürst sebastian at typo3.org
Sat Aug 1 10:37:56 CEST 2009


Hey Christophe,

if you _really_ want to disable it, you can do the following:
$query->getQuerySettings()->setRespectStoragePageState(FALSE).

However, the query settings will still change, especially the name. It 
is NOT part of the public API yet.

@Jochen: Didn't we decide on another name for the query settings instead 
of setRespectStoragePageState and setCheckVisibilityState?

Greets,
Sebastian

PS: I really think one should normally not mess with custom query 
settings, as in almost all cases, you'd want to respect the settings the 
user of the extension does.


More information about the TYPO3-project-typo3v4mvc mailing list