[Typo3-dev] recent work, ideas and thoughts

Martin T. Kutschker Martin-no5pam-Kutschker at blackbox.n0spam.net
Sun Feb 6 18:09:55 CET 2005


Wolfgang Klinger wrote:
>  Hello!
> 
>  What has to be done to make it work for everyone:
> 
>     - userfunc calls in a chain
>       I imagine it this way:
> 
>         lib.parseFunc_RTE.tags.link.typolink.userFunc {
>             1 = tx_dhlinklayout->main
>             1 {
>                 # options
>             }
>             2 = tx_securedownloads->main
>             2 {
>                 #options
>             }
>         }
>         
>        Any problems you can think of with this?

Or better this?

lib.parseFunc_RTE.tags.link.typolink.userFuncArray

And can I use it like this?

1 = EXT:myext/blah.php:foo->bar

Ie. does it work like callUserFunc of t3lib_div?

I have noticed that t3lib_div and tslib_content provide different APIs 
for method calling.


Masi





More information about the TYPO3-dev mailing list