|
|
How to use custom functions in typoscriptSometimes in the typoscript setup we need to use custom functions defined in php files. We can do that in the following manner:
temp.custom = USER
temp.custom {
userFunc=my_classname->myfunctionname
value=transmitted value
}
Do not forget to replace my classname and functionname with yours. General aspects : | TYPO3 | TYPO3 Installation | TYPO3 Configuration | TYPO Administration | TYPO3 Performance |TYPO3 Troubleshooting | TYPO3 Glossary | Development : | Typoscript | TYPO3 Extensions - TER | TYPO3 API | TYPO3 Extension Development | Extbase | Fluid? | 3rd party | Back to > CMS |
Google SearchLogin |