[TYPO3-core] FYI24: #11059: Validation issue: duplicate specification of attribute "class" in t3lib/class.t3lib_tceforms.php
Martin Kutschker
masi-no at spam-typo3.org
Mon May 11 12:11:23 CEST 2009
Xavier Perseguers schrieb:
> Hi,
>
>> Martin Kutschker wrote:
>>> This will make the joining of the classes a little easier:
>>>
>>> $classAttributeValue =
>>> join(' ', array_filter(array($class, $additionalClass)));
>>
>> Just out of curiosity: why not 'implode'? They are synonyms I know but
>> why 'join'? :)
>
> Funny, I always use "explode" and "join", never "implode"
Actually the code was by me, but as Patrick I always use join.
Masi
More information about the TYPO3-team-core
mailing list