Jump to content

php editor


lawrencef

Recommended Posts

im quite new to php and have been learning it using dreamweaver and reading various php books. i self taught myself VBA and found the visual basic editor within excel very useful ie the ability to step into code and execute it one line at a time. this allowed me to find bugs as i wrote. dreamweaver doesnt have this functionality and im wondering what other people consider are the best php editors and why. and whether any php editors have this "step into" code functionality.

Link to comment
https://forums.phpfreaks.com/topic/101654-php-editor/
Share on other sites

  • Eclipse- as it has a built in debugger and has code hinting.  Download the PHP plugin and you're all good to go
  • Zend Studio is supposedly the best, but I have never used it.

 

Most experienced PHP programmers I know use VIM, but be warned, there is a steep learning curve and it is an editor, not an IDE like Eclipse/Zend.

 

If I have no other alternatives, I use Notepad++ (freeware) or UltraEdit, both of which run on Windows and have syntax highlighting.

 

 

Link to comment
https://forums.phpfreaks.com/topic/101654-php-editor/#findComment-520097
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.