新規プロジェクトの場合 AptanaのNew ProjectからPHP Projectを選択してプロジェクト作成 既存プロジェクトの場合 .projectファイルを修正する buildSpecからnaturesの内容を以下のように書き換えればいいはず <buildSpec> <buildCommand> <name>com.aptana.ide.core.unifiedBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>com.aptana.editor.php.aptanaPhpBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>com.aptana.editor.p