[TYPO3-mvc] Fluid ViewHelper Incubator

Martin Kutschker masi-no at spam-typo3.org
Mon Jul 12 22:18:59 CEST 2010


Am 12.07.2010 21:26, schrieb Thomas "Thasmo" Deinhamer:
> Bastian Waidelich wrote:
>> currently there is only one VH though.
> 
> I've added another one - that's a tough one, first version can be used,
> but I think there will be a lot of use cases for which it needs to be expanded/refactored.

I miss a numberSeparator (eg "/") for a format like +43 321 / 123 456 789-99 :)

Tipp:

if ($segmentLength > 0) {
  $telephoneNumber = chunk_split($telephoneNumber, $segmentLength, $segmentSeparator);
}

Masi


More information about the TYPO3-project-typo3v4mvc mailing list