> > > >    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;
> I hope my readbility opinion remains vaild ;)

Not for me sorry ;) I prefer the vars inside strings.

Goba


Reply via email to