[TYPO3] includeLibs not working?
Helge Vad
helge at mereteland.dk
Sat Jun 10 13:33:32 CEST 2006
> I changed the class name to user_hsme_string, no luck. Besides, it doesn't
> explain why the file isn't even accessed.
Try this basic setup -
Best, Helge
# Typoscript Setup:
page>
page=PAGE
page.typeNum=0
includeLibs.hsme_string = fileadmin/hsme_string.php
page.10=USER
page.10.userFunc = user_hsme_string->test
---------------------------------------
fileadmin/hsme_string.php
<?
class user_hsme_string{
function test(){
return "abc";
}
}
?>
More information about the TYPO3-english
mailing list