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

Andy Grunwald [wmdb] andreas.grunwald at wmdb.de
Fri Feb 5 14:29:43 CET 2010


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





More information about the TYPO3-dev mailing list