[fw-general] Re: Zend coding style and multiline string concatenation

2011-11-18 Thread janroald
weierophinney wrote: We typically recommend the second format, or the usage of heredocs/nowdocs (latter is PHP 5.3 only, though). However, our CS does not dictate either way. Many developers find unnecessary concatenation very annoying. I'm curious why Zend would recommend this practice.

Re: [fw-general] Re: Zend coding style and multiline string concatenation

2011-11-18 Thread Ralph Schindler
On 11/18/11 1:44 AM, janroald wrote: weierophinney wrote: We typically recommend the second format, or the usage of heredocs/nowdocs (latter is PHP 5.3 only, though). However, our CS does not dictate either way. heredoc/nowdocs I would discourage unless there is a fantastic reason to use