[Typo3-dev] Split DB value and save the parts
Georg Ringer
georg-ringer at gmx.at
Thu Jun 16 15:39:41 CEST 2005
Hello Bernhard,
Thanks for your answer!
It would happen BE but maybe I've been just a little bit too fast with
writing 'cause I just discovered the wonderful function =>
/* ------ */
$temp = t3lib_div::revExplode(' ',$row["autor"],2);
<td>'.$temp[1].', '.$temp[0].'</td>
/* ------ */
which works quite fine for me.
Do you know If I'll get problems using this function and then using a php
sorting function for the array with > 2000/5000 records?
If yes can you tell me more about the hook?
thanks,
Georg
More information about the TYPO3-dev
mailing list