Re: [TYPO3-english] piBase: Render comma values to strings > TYPO3 API?

2012-09-04 Thread Jigal van Hemert
Hi, On 4-9-2012 16:28, Martin Terber wrote: From the database I get "2,5,8" and I want to output the corresponding values (in this case categories). So "2,5,8" needs to be rendered as "Science, Habitation, Economy" > like defined in TCA. Is there an API function for this in t3lib / tslib_pibas

[TYPO3-english] piBase: Render comma values to strings > TYPO3 API?

2012-09-04 Thread Martin Terber
Fellow list users, I need a hint for coding a list view in an extension (pibase/kickstarter). Let me explain: I have a standard select field from TCA, which I created with kickstarter. I now want to output the corresponding string values in the frontend. Example: From the database I get "2,5,8"