[TYPO3-dev] TS Editor + Structure/Syntax Highlighning + Code completion

Ernesto Baschny [cron IT] ernst at cron-it.de
Wed Jul 19 11:41:45 CEST 2006


Bernhard Kraft schrieb am 19.07.2006 11:10:

>> You did here:
>> class.tx_kbtsedithtmlarea_matchobj.php
> 
> I just tried to call the constructor of the base class ....
> 
> do I not have to do that manually ?
> 
> at least I had to call
> 
> parent::parentClassName();
> 
> when extending a class ... i tought it would be similar with __construct.
> 
> I'll guess I remove that.

Its the same, but doesn't work in PHP4. "__construct" was added in PHP5.
parent::xxxx is the only way in PHP4.

Cheers,
Ernesto




More information about the TYPO3-dev mailing list