[TYPO3-core] RFC: #15094: Refactor of content objects of tslib_content

Sebastian Michaelsen sebastiangebhard at hoch2.de
Tue Aug 3 12:20:37 CEST 2010


Why do you have these kind of changes? CGL clearly says to break up long 
lines. I think the multiline version is far better readable.

-1 for those changes (there are some)

Am 16.07.10 00:39, schrieb Steffen Kamper:
> -» » » $query·=·$GLOBALS['TYPO3_DB']->SELECTquery(
> -» » » » » » $queryParts['SELECT'],
> -» » » » » » $queryParts['FROM'],
> -» » » » » » $queryParts['WHERE'],
> -» » » » » » $queryParts['GROUPBY'],
> -» » » » » » $queryParts['ORDERBY'],
> -» » » » » » $queryParts['LIMIT']
> -» » » » » );
> +» » »
> $query·=·$GLOBALS['TYPO3_DB']->SELECTquery($queryParts['SELECT'],·$queryParts['FROM'],·$queryParts['WHERE'],·$queryParts['GROUPBY'],·$queryParts['ORDERBY'],·$queryParts['LIMIT']);
>



More information about the TYPO3-team-core mailing list