[TYPO3-dev] Re: [TYPO3-core] New TYPO3 Coding Guidelines

Vladimir Podkovanov admin at sitesfactory.ru
Thu Jul 9 22:29:07 CEST 2009


> Sure, it is right if many editors does not hightlight vars in string. 
> However in Zend Studio IMHO more readable when var inside string as I 
> can see all SQL request and don't try to concat parts in my mind in 
> order to see whole request ;)
> 

Example:

"where login = '$login'"
vs
'where login = \'' . $login . '\''

-- 
-rgds-
Vladimir




More information about the TYPO3-dev mailing list