[TYPO3-templavoila] Render content of page from PHP

Mark Ravitz mark_r at earthlink.net
Wed May 9 23:54:38 CEST 2007


Hi,

I'm trying to get an Ajax plug-in to work with TV. 
The plug-in has a PHP function which needs to
return the rendered contents of a page without the
body/header tags.

When you are not using TV the code looks like:

$conf1 = array('orderBy' => 'sorting', 'pidInList' => '123');
$conf2 = array('table' => 'tt_content', 'select.' => $conf1);
$content = $this->cObj->CONTENT($conf2);


Does any know what the PHP function call should
look like with  TV?

Thanks,
Mark Ravitz


More information about the TYPO3-project-templavoila mailing list