[TYPO3-dev] Extbase : Will we one day get rid of old typo3'sdaemons ?
JoH asenau
info at cybercraft.de
Tue Feb 2 12:02:38 CET 2010
> Seen in Tx_Extbase_Utility_Arrays
>
>> static public function integerExplode($delimiter, $string) {
>> $chunksArr = explode($delimiter, $string);
>> while (list($key, $value) = each($chunksArr)) {
>> $chunks[$key] = intval($value);
>> }
>> reset($chunks);
>> return $chunks;
>> }
>>
>
> I'm afraid we will never...
So which particular deamon do you see there?
Still comma separated integer values instead of normalised relations?
Still using the slower while/each instead of foreach?
Still using a loop instead of array_map?
Just curious
Joey
--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
More information about the TYPO3-dev
mailing list