[TYPO3-dev] Rendering of cObj->cObjGetSingle && cObj->RECORDS
Georg Ringer
mail-spam at ringerge.org
Thu Aug 9 09:54:26 CEST 2007
Hi Dimitry,
Dmitry Dulepov [typo3] wrote:
> Put debug() statements everywhere inside RECORD and see what it does.
> Easiest and fastest way to you I think.
with
$conf = array('tables' => 'tt_content','source' => '215','dontCheckPid'
=> 1);
$content = ($this->cObj->RECORDS($conf));
t3lib_div::debug($content,'test');
I just get:
test
|<a id="c215"></a><div class="ce"><div class="csc-header
csc-header-n1"><h1 class="csc-firstHeader">Title of CE</h1></div></div>|
====
any other idea?
what is really the difference between the TS and php example and how to
I solve that?
thx
georg
More information about the TYPO3-dev
mailing list