[TYPO3-core] USER_CINT again
Wolfgang Klinger
wolfgang at stufenlos.net
Mon Feb 27 17:35:17 CET 2006
*hiya!*
On Mon, 27 Feb 2006, Martin Kutschker wrote the following:
> >
> > It's me and the infamous USER_CINT. Attached is the patch and a demo
> > plugin.
>
I patched the files and installed the plugin,
but the TypoScript Object browser still displays
----
[user_cint_pi1]=USER
----
What am I doing wrong?
----
switch ((int)$cached) {
case 1: // cached
case 2: // possibly cached
$pluginContent = trim('
includeLibs.'.$cN.$prefix.' = '.$TYPO3_LOADED_EXT[$key]['siteRelPath'].$classFile.'
plugin.'.$cN.$prefix.' = USER
plugin.'.$cN.$prefix.' {
userFunc = '.$cN.$prefix.'->main
}');
break;
----
(there's no USER_CINT)
bye
Wolfgang
More information about the TYPO3-team-core
mailing list