[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@xxxxxxxxxxxxxxx
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev