[TYPO3-mvc] How I can do manual sorting by storagePid

Federico Bernardin typo3list at bernardin.it
Thu Oct 18 09:32:23 CEST 2012


Hi,
plugin.tx_myext.persistence.storagePid is used in where clause to define the pid column of your table you may use a groupby clause with pid order.

cheers
Federico

Il giorno 17/ott/2012, alle ore 20:30, Дмитрий Васильев <dmitry at typo3.ru.net> ha scritto:

> In my extension written by Extbase, I define storage folder: plugin.tx_myext.persistence.storagePid = 1,2
> My extension installed on different pages, which need different sorting records.
> I want to do manual sorting, like plugin.tx_myext.persistence.storagePid = 2,1
> But it does not change. How I change the sort order by storagePid?
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc



More information about the TYPO3-project-typo3v4mvc mailing list