hi all.
I have been using dreamweaver and notepad++, but I really want something that can tidy my code and give me more hints (I am still learning).
Are there any free php editors that can be highly recommended?
Any feedback would be great!
cheers,
Doug
php editor suggestions
Moderator: General Moderators
Re: php editor suggestions
eclipse is the best one that i have come across for development in PHP.
TsWebEditor is also a better editor for PHP learning.
TsWebEditor is also a better editor for PHP learning.
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: php editor suggestions
PhpEd from NuSphere is very good. Personally I feel it has a more polished interface and makes for a better working environment than any of the free IDEs, though I'm sure plenty of people will disagree with me!
Re: php editor suggestions
When I was on windows, I always used Notepad++, nice and lightweight and does exactly everything I wanted and no more - I'm not a fan of bloated software!
- Bill H
- DevNet Resident
- Posts: 1136
- Joined: Sat Jun 01, 2002 10:16 am
- Location: San Diego CA
- Contact:
Re: php editor suggestions
Notepad++
I don't want my editor giving me suggestions or advice, any more than I want my dratted car talking to me.
I don't want my editor giving me suggestions or advice, any more than I want my dratted car talking to me.
Re: php editor suggestions
We have 2 topics on editors already. One is even stickied at the top of this forum. Please discuss this there.
Locking topic.
Locking topic.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.