Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP development on Mac

Status
Not open for further replies.

mancroft

Programmer
Oct 26, 2002
267
GB
PHP development on Mac

I use phpdev on Windows to develop PHP stuff on my computer.

Is there a similar development environment for Mac computers?

Thanks.
 


I use TextWrangler (free text editor) from Barebones software. I think it's everything you would need for developing PHP on a Mac. Maybe I'm missing something.

Of course - it goes without saying you would have Apache w/PHP running (and maybe mySQL as well)... unless you are pushing to a remote host (slow for largescale initial development imho).

Jeff
 
I use PHP Eclipse on my Windows/Linux/Mac environments. Keeps it consistent and love the CVS feature.

 
The trouble with Eclipse is that you need a degree in Computer Science just to be able to install the thing!!!
 
It hasn't changed much. The plugins are much easier now even when you upgrade.

All you do is expand the archive and run the app within the folder. The wizard sets up the working folder

For plugins, (PHP used to be a small pain having as much as 7 different plugins, now it's 1 comprehensive) just dump into the plugins folder.



 
What about getting Apache/mySQL to work, eh?
 
Apache is already pre-installed on MacOSX, and getting mySQL working with it should be as simple as following the directions... I know plenty of people without CS degrees that have been successful in installing both mySQL.

Is this post a real post - or just a troll... because you seem to be making quite a good attempt to brush off suggestions that address the question as posted?
 
I think I do smell troll. CocoaMySQL is much better than MySQLcc

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top