[TYPO3-project-formidable] how to combine _two_ form-fields to be inserted/updated as a _single_ db-field

Paweł Bandura gawelx at gmail.com
Mon Aug 24 03:15:16 CEST 2009


Michael Wilde pisze:
> Ad 2nd Question:
> ================
> 
> it would be useful if "adodb_mktime" could be used instead of "mktime" 
> in future releases of Formidable. I had to create a user defined 
> renderlet and replace
> 
> $tstamp = mktime($hour, $minute, $second, $month, $day , $year);
> 
> with:
> 
> $adodb = t3lib_div::makeInstance('tx_..._adodb_time');
> $tstamp = $adodb->adodb_mktime($hour,$minute,$second,$month,$day,$year);
> 
> within the function "__date2tstamp()" of "class.tx_rdtdate.php". It 
> works fine now.

Hi

Maybe it's dummy question, but what does the three dots mean in 
'tx_..._adodb_time'?

Regards
Paweł Bandura


More information about the TYPO3-project-formidable mailing list