[TYPO3-dev] Multiline typoscript and end parenthesis

Tapio Markula tapio.markula at xetpoint.fi
Wed Aug 15 13:46:31 CEST 2007


Steffen Kamper kirjoitti:
> Hi Jerome,
> 
> there is a "heredoc"-syntax in TS:
> 
>  $rSql ( $GLOBALS["TYPO3_DB"]->exec_SELECTquery(
> "title",
> "pages",
> "uid=" . $iPageUid
> );    // this line fools the parser
> )
> 
> does that work?
> 
> vg  Steffen

I have just added something after variable
$GLOBALS["TYPO3_DB"]->exec_SELECTquery(
...
"uid=" . $iPageUid." ...",




More information about the TYPO3-dev mailing list