Hi,
On Fri, 28 Dec 2001 18:36:22 +0100
"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote:

>    concatenation makes code unreadable
I disagree on that. I think strinc concatenation makes the code more
readble, because of the face, that what a variable is is clearly
separated from what the string is.

echo "bar is $bar";
vs.
echo 'bar is '.$bar;

additionaly in the first version $bar will be automagically transformed
into a string, which is not nessecary.


I vote for $array['index'].'string' for arrays.

Jan
-- 
Q: Thank Jan? A: http://geschenke.an.dasmoped.net/

Reply via email to