[TYPO3-mvc] Setting storagePid in controller
Christophe Balisky
christophe at balisky.org
Fri Jul 31 11:58:15 CEST 2009
How do you disable storagePid for a findByUid() call ?
Sebastian Kurfürst a écrit :
> 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
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
>
>
>
More information about the TYPO3-project-typo3v4mvc
mailing list