開発環境on mac

とりあえずテキストエディタとwebサーバだけでもいれとけばいいだろうか。

テキストエディタ候補
http://www.mimikaki.net/

webサーバはxamppでいいんだろうか。

miのプラグインjavascriptphpを入れておく。

sitが解凍できないので
http://code.google.com/p/theunarchiver/
を入れてみる。

xampp for macをインストール
curl extensionの設定は特に必要ないぽい。

eclipseを入れる。
http://www.eclipse.org/pdt/downloads/

workspaceをxamppのhtdocsに設定

デバッグ用するには
http://www.zend.com/community/pdt?ecl=EclipseZend
から

Download via the Eclipse Update Site

Download Eclipse PHP-specific plug-ins from the Eclipse update site. The package includes PDT and the Zend Executable Debugger Eclipse Plug-in.

Note: The PHP plug-ins are included in the all-in-one package.

Instructions:

Open Eclipse and go to Help-> Software Updates-> Find and Install
Select "Search for new features to install" and click "Next"
Create a New Remote Site with the following details:
Name: PDT
URL: http://downloads.zend.com/pdt
Check the PDT box and click "Next" to start the installation

あたりが必要ぽい。