[TYPO3] Create TypoScript inside PHP file (to use the plugin's HTML output)

Παναγιώτης Κονταξής pkontaxi at gmail.com
Thu Jun 19 21:59:30 CEST 2008


Thank you Peter and Dmitry for the useful example.
TYPO3 is really powerfull :-)
Παναγιώτης

2008/6/19 Dmitry Dulepov [typo3] <dmitry at typo3.org>:

> Hi!
>
> Παναγιώτης Κονταξής wrote:
> > Hello all,
> >
> > Is there any way to use TypoScript inside a PHP file/function? I 'm
>
> Yes, it is possible.
>
> > searching a way to configure a plugin and pass its HTML output into a PHP
> > variable.
>
> $cObj = t3lib_div::makeInstance('tslib_content');
> $conf = array(
>        'userFunc' => '......',
> );
> $html = $cObj->cObjGetSingle('USER', $conf);
>
> --
> Dmitry Dulepov
> E-mail: dmitry at typo3.org
> Skype: callto:liels_bugs
> TYPO3 technical: http://typo3bloke.net/
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list