[Typo3] Nested php function calls

Kraft Bernhard kraftb at gmx.net
Mon Jun 20 17:54:19 CEST 2005


amorphous wrote:

> function A(){
>    B();
>    return "success";
> }

change to ==>

function A(){
    $this->B();
    return "success";
}


greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50



More information about the TYPO3-english mailing list