Help setting up php for Eclipse

前端 未结 6 783
慢半拍i
慢半拍i 2021-02-13 10:09

I\'m trying to set up Eclipse for php web development. What I would like to do is preview a php web page from within Eclipse, but I cannot figure out how to do this. Is there

6条回答
  •  遥遥无期
    2021-02-13 11:02

    There is a plugin for Eclipse called PDT which makes PHP development a breeze.

    For an overview on how to install it, you can refer to the Eclipse website:

    http://wiki.eclipse.org/PDT/Installation#Eclipse_3.4_.2F_Ganymede_.2F_PDT_2.0

    To actually view the PHP scripts running, I would imagine that you'd have to have some sort of server already installed and running. You could probably set the workspace location to be in the server path, and then view the files through localhost. But maybe the PDT package takes care of some of that for you.

提交回复
热议问题