+ 3
What IDE do you use for php developmennt?
Coud you debug your php code in your IDE? Do client side code in it too? I used SlickEdit many times ago, it's cann't debug, but was comfortable.
4 odpowiedzi
+ 11
Yes I use Sublime cos it makes me feel more of a coder. yes I I could debug my php code especially when I have a locally hosted server (use WAMP UniserverZ ) do all my coding and debugging before publishing for production.
+ 2
Dreamweaver CC plus a web server to test on is what I personally use. I like this a lot as Dreamweaver checks your code for errors and you can test the output directly in the output window. For smaller edits, I prefer Atom on Unix/Linux and Notepad++ on Windows.
+ 1
@shaldem It’s excellent for both. I use it all the time for PHP development, though you need a server to upload to in order to use that feature optimally.
0
@Spotlightsrule I thought Dreamweaer better for html