[TYPO3-mvc] Breaking API change in repository concerning pid

Sebastian KurfŸürst sebastian at typo3.org
Sun Jul 19 11:19:41 CEST 2009


Hey everybody,

I just committed a breaking API change while cleaning up the 
pid-checking implementation.

Thus, if you used $this->createQuery(FALSE) inside your repository, the 
code needs to be changed now to:

$query = $this->createQuery();
$query->useStoragePage(FALSE);

@All: I am still not fully happy with the naming of the variable names, 
thus it might still change...

Greets,
Sebastan


More information about the TYPO3-project-typo3v4mvc mailing list