[TYPO3-dev] Extbase : Will we one day get rid of old typo3's daemons ?

Popy popy.dev at gmail.com
Fri Feb 5 14:43:30 CET 2010


Because cleanIntList does not do the same thing ?
By the way that's not the problem.

Cordialement,
Pierre Dudoret


2010/2/5 Andy Grunwald [wmdb] <andreas.grunwald at wmdb.de>

> Why don`t use $GLOBALS['TYPO3_DB']->cleanIntList($list) ?
> I think thats the same.
>
> With the usage of $GLOBALS['TYPO3_DB']->cleanIntList we save some lines.
> Less lines = less lines to maintain
>
> Best regards,
> andy
>
> Am 02.02.2010 11:40, schrieb Popy:
>
>> 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...
>>
>> Popy
>>
>
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>




More information about the TYPO3-dev mailing list