[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[php-dev] Breaking a php statement insers quotes...
|
- From: "Evan Panagiotopoulos" <epanagio@xxxxxxxxx>
- Date: Sat, 6 Jan 2007 13:32:22 -0500
- Delivered-to: php-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=saXeRY59GGNhy0+kdGZUPUjJeSrzChscnyQPzIXPULtxdhvf7Hj9KUVyWFoODC3/on0Yf5OhkfUt8go7uC8LKqWSd8gIZJ162wfLUv+oNx2WWXEmWPJJ8EIOoxNoRcstzHr3XZHTJ/eIP85Ei8mkivLvcXIWlHKuogADezuKWlU=
If I break a statement into several lines: $sql = "select ( from table
where ..."; eclipse assumes that I will concatenating several string
segments and adds double quotes and the dot concatenate. Is there a
way to turn this off?
I was using a different editor for my php needs but since I started
using eclipse I have been much happier. I love it.
Thanks,
--
Evan Panagiotopoulos