[TYPO3-core] pidInList = *
Robert Wildling
robertwildling at gmail.com
Fri May 4 13:41:00 CEST 2012
Hi, core team,
I just was confronted with the situation to collect all contents of the
whole tt_content table with colPos=3. Strangely enough I had to realize
that this is way more difficult than it could be. Instead of just using
sth like this:
pidinList = *
there are multi-line solutions out there like this one:
http://www.skom.de/Liste-der-zuletzt-geaenderten.116.0.html
Aside from the *huge* amount of lines, this solution also doesn't seem
to be very performant since there are several mysql calls involved.
So I wonder if there is any chance to get sth like pidinList = * into
TypoScript or, if not, a different solution or an explanation why such a
think is not possible. Because the TSRef doesn't state anything either.
Thank you!
Regards, Robert
More information about the TYPO3-team-core
mailing list