Which windows application for writing PHP codes?
Asked by
Alireza (
43)
August 26th, 2010
from iPhone
What’s the best win app for writing, compiling and debugging php codes? An app like adobe dreamweaver but with more features!
Observing members:
0
Composing members:
0
6 Answers
Don’t know about compiling php? and debugging is also foreign to me.
But Notepad++ is awesome.
For Windows I prefer Aptana, its free and works really well.
http://www.aptana.com/
For Linux I prefer Kate
apt-get install kate
*Note: PHP is an interpreted language, so there is no compiling; same applies for Python
I’ve used Aptana and I like it fine. I’ve heard that crimson editor is pretty good. PHPedit is free if you’re a student.
Basically those “compilers” can do quite a few things. One is they can obfuscate the code which makes it extremely hard to read and or reverse engineer. Others may however convert it into byte code that can be utilized by the .NET framework, or the Java Virtual Machine for example.
There are also other situations like PHP GTK where they try to use the language to create desktop applications (I don’t remember if it needs compiling or not). Either way it seems that many try to push the language a little too far in my opinion ;p If your wanting to do stuff like that just go with Java or python, it’s much easier to work with. But that is sort of getting off topic.
I will add however another good IDE that I have used, not for PHP however but I do know it has an extension, is NetBeans. It’s mostly used for Java development, but it is an outstanding IDE and its free.
i would use notepad++ because its free and awesome. just search notepad++ on google. It’s great for all web development. Honestly though all you really need is a server with php enabled and notepad.
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.