PHPEclipse インストール

http://tsuttayo.sytes.net/php/env/phpeclipse/index.html

Eclipse のインストール

省略

PHPEclipse のインストール

http://www.phpeclipse.de/

最低限の設定のみします.

Apche httpd.conf 設定変更
Alias /eclipse "D:/home/eclipse/workspace"
<Directory "D:/home/eclipse/workspace">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
Eclipse 設定変更

これで,新規プロジェクトからPHPプロジェクトを作成し,XXX.php を書いてセーブ(Ctl-s)すれば,Eclipse下部のPHP Browserで即実行できる.なかなか便利だ.