eclipse 安裝php插件

eclipse -> help->install New Software php

複製網頁 http://download.eclipse.org/releases/indigo/ 到work withapache

選擇  Programming Languages 的 PHP Development Tools一步步裝就是了,這樣就能在eclipse中新建php工程及文件了,可是不能編寫的代碼不能直接運行服務器

需關聯工程文件所在目錄與服務器根目錄eclipse

sudo  ln  -s  /home/lcj/workspace/eclipse/php_test    /var/www
spa

其中php_test 爲我在eclipse中建的工程所在ip

info.php中內容:<?php phpinfo(); ?>ci

執行命令以後/home/lcj/workspace/eclipse/php_test中的php文件就能在你的apache服務器上跑了get

在eclipse中運行結果以下:it

相關文章
相關標籤/搜索