Has anyone heard of PHPEdit and know if it is worth buying?
It is supposed to be the best editor but it comes at a lofty price... Has anyone used it and liked it?
Printable View
Has anyone heard of PHPEdit and know if it is worth buying?
It is supposed to be the best editor but it comes at a lofty price... Has anyone used it and liked it?
I tried it a few years ago. I didn't like it at the time and it had a bunch of bugs (i.e. the syntax editor was odd and had some highlighting issues).
It's been a few years and I just took a look at it again and it looks much much improved. I'd try it in the trial.
I use VS.php for all of my PHP development. I love Visual Studio and VS.php integrates into it nicely (there is even a stand alone version). I can setup multiple deployment types and it'll automatically deploy the entire solution via FTP or other means which has helped quite a bit.
Looking at both, VS.php looks far more polished than PHPEdit but I haven't tried PHPEdit in years so it's at least worth another look i'd say.
They charge for it now? I've used it off and on over the last couple of years. I prefer PSPad instead... been using it for some time now & quite happy with it.
-tg
If you are looking for PHP IDEs here are 2 options:
http://www.eclipse.org/pdt/index.php
or
http://devphp.sourceforge.net/
I use notepad++ for all my PHP coding needs.
Right now i am using Dreamweaver and I am really happy with it for the most part.
I have tried a few other editors including Notepad++, PHPDesigner, Notepad, and Dreamweaver. I will look at the suggested ones.
:)
I'm certainly no PHP pro, but this is my editor for everything that I don't do in Visual Studio. Love it!Quote:
Originally Posted by techgnome