[TYPO3-dev] Extend existing extensions

Sascha Bieler sascha.bieler at radiogong.de
Tue Apr 29 17:09:41 CEST 2008


> Gong 96.3 [Sascha Bieler] wrote:
> > where can I read about the changes in typo3 4.1.6 in extending existing
> > extensions and how to do it now?
>
> Nowhere. No changes.
Ok, but when I 

echo "hello!"; in class.ux_tx_pilmailform_pi1.php like this:

********************************
class ux_tx_pilmailform_pi1 extends tx_pilmailform_pi1 {
    function get_mailform() {
    echo "hello!";
}
********************************

hello! is displayed with typo3 4.1.5, not with 4.1.6.

Regards,
Sascha




More information about the TYPO3-dev mailing list