[TYPO3-mvc] How to access storagePid in Repository

roberto blanko robertoblanko at gmail.com
Fri Mar 12 12:24:59 CET 2010


Awesome, thanks. Of course I do know that one should avoid using
query->statement. But since extbase queries cannot handle m:n relations yet,
I need to fall back to plain SQL in order to maintain overall performance.
The real query is of course more complicated than the example I mentioned
earlier.

Thanks again, Dennis.

Hi,
>
> Tx_Extbase_Dispatcher::getExtbaseFrameworkConfiguration();
>
> fetches the configuration for you - there the storagePid should be
> included.
>
> You know, that it's not best practice to query things like that?
>
> regards
> Dennis
>


More information about the TYPO3-project-typo3v4mvc mailing list