[TYPO3-core] RFC #9879: enable charlist for trim function in stdWrap

Georg Ringer news at ringerge.org
Wed Dec 3 09:37:46 CET 2008


Steffen Kamper wrote:
> What is your intention, can you give a real life example?

You could easily get some uids with cObj CONTENT and always doing
renderObj = TEXT
renderObj {
	field = uid
	wrap=|,
}

This now could be used in an additional CONTENT/RECORDS using a uidInList

or setting a pidInList of a plugin with TS which is then used in a query 
like ' AND uid IN ('.$conf['pidInList'].') ';

Or you get something from a table and always wanna trim a special 
character, whatever it could be.

I hope you understand what I wanna do
Georg


More information about the TYPO3-team-core mailing list