What IDE do you use for PHP development?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jonesi
Forum Newbie
Posts: 8
Joined: Tue Aug 23, 2011 2:15 pm

What IDE do you use for PHP development?

Post by jonesi »

I've been using Eclipse for a while.

Some of my pages now incorporate jQuery in addition to PHP. Are there any IDEs that support both PHP and jQuery/javascript at the same time?

What's your favorite IDE?
malakiahs
Forum Newbie
Posts: 13
Joined: Tue Sep 13, 2011 11:15 am

Re: What IDE do you use for PHP development?

Post by malakiahs »

I use two when coding with php. I mainly use Dreamweaver and Notepad++.

The reason why I like Dreamweaver is because it automatically checks for syntax errors and has split view. However, Notepad++ tells me what opens or closes what.

In other words, Notepad++ highlights the closing and opening parenthesis, braces, divs, tables, etc. when I select one.
I'm looking forward to see what others have to say.
Last edited by malakiahs on Thu Sep 22, 2011 4:20 pm, edited 1 time in total.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: What IDE do you use for PHP development?

Post by Celauran »

User avatar
flying_circus
Forum Regular
Posts: 732
Joined: Wed Mar 05, 2008 10:23 pm
Location: Sunriver, OR

Re: What IDE do you use for PHP development?

Post by flying_circus »

NuSphere PhpED, which unfortunately didnt make the list in 2008.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: What IDE do you use for PHP development?

Post by social_experiment »

malakiahs wrote:I use two when coding with php. I mainly use Dreamweaver and Notepad++.
Same here although i prefer notepad++. My big issue with dreamweaver (i've mentioned this elsewhere) is that it is a resource hog which makes working it a bit of a problem.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Re: What IDE do you use for PHP development?

Post by Mordred »

Komodo Edit, both on Linux and Windows.
Post Reply