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

Georg Ringer news at ringerge.org
Tue Feb 2 11:58:21 CET 2010


Popy schrieb:
> 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...
> 

extbase needs to handle current DB structure

Georg




More information about the TYPO3-dev mailing list