開發 PHP 的好用工具:Eclipse

Eclipse 是著名跨平台的自由集成開發環境(IDE)。最初主要用來Java語言開發;目前亦有人通過外掛程式使其作為C++PythonPHP等其他語言的開發工具。

Eclipse最初是由IBM公司開發,2001年11月貢獻給開源社區,現在它由非營利軟體供應商聯盟Eclipse基金會(Eclipse Foundation)管理。

Eclipse有專門用來開發PHP程式的工具:PHP Development Tools
可由 http://www.eclipse.org/pdt/ 下載。

若要使用 Eclipse 建置程式檔案,希望以 utf-8 格式存檔時,需做下列環境的調整:(默認是 ANSI 格式, encoding MS950)

  1. Windows > Preferences > General > Content Types,
    set UTF-8 as the default encoding for all content types.
  2. Windows > Preferences > General > Workspaces,
    set "Text file encoding" to "Other : UTF-8".
  3. Windows > Preferences > Web > CSS Files > Encoding = UTF-8
  4. Windows > Preferences > Web > HTML Files > Encoding = UTF-8

沒有留言: