A php editor is a program that you edit php with. What is the best php editor?Currently I use htmlkit which isn't designed specifically for php and lacks a bunch.
Things at the top of my required list for my php editor:
Intellisense - I wish it would guess what i'm trying to type and tell me the options avaialable pluse the syntax. For instance if i typed in the first few letters of explode() it would tell me the syntax.
Indenting - I would love my editor to indent my php code properly.
Color coding - i wish my editor would have different colors for variables, loops, etc.
What php editor do you use or recommend?
Bjarke says on November 28, 2007
I use Deramweaver MX - it comes with a price tag, but it does make your PHP (and webdesign) programming much easier.
Jason says on November 28, 2007
I personally have purchased and use Zend Studio; it does everything that you listed above ;)
Jason Berlinsky
JRB Computer Services
http://www.jrbcomputerservices.com/
koen (103) says on November 28, 2007:
I use TextMate (a Mac editor). It supports your "required list for PHP editor" requirements. At least, I can type in exp, hit a key, select explode from a list of possible PHP tags (in this case, there is only one probably, so it will auto-choose that). and will add the syntax between the (). Also, it colors, and indents.Interested? Check www.macromates.com ;) Note that it's a Mac editor. NOT for windows.
45n5 (946) says on November 28, 2007:
wowszer, $799 for zend studio is out of my budget and even dreamweaver is pricey, and I don't have a macgreat suggestions, but nothing yet for a poor windows user ;)
thanks all so far.
Tobsy says on November 29, 2007
Has anyone tried Rapid PHP(http://www.blumentals.net/rapidphp/)? Sounds nice and the price is rather low.
I'm not much of a coder, so I use a simple freeware editor for my small needs.
45n5 (946) says on November 29, 2007:
@tobsy - haven't tried that one but it looks good and cheap@all - holy crap they have a whole site on the issure
http://www.php-editors.com/
Mac (33) says on November 29, 2007:
Hey Koen, speaking of PHP editors, I was wondering something about PHP scripting. I have seen scripts around the net for Youtube Clones (to build a site that enables users to upload videos to your server and arrange your page with the proper content and look).Is that something that is hard to implement? I'd love to set that up on one of my sites to build good traffic. Let me know your thoughts.
Thanks
David says on November 29, 2007
Crimson Editor is what I use on Windows. Its free, has syntax highlighting, and is simple. :) I really enjoy it.
45n5 (946) says on November 29, 2007:
thanks dave, installed itsarahG (34) says on November 29, 2007:
I run HTML Kit. There's a plugin for PHP code which would at least allow you to click on the right option and it would insert your code plus syntax. Alternatively you could set up your own auto complete code in the options. It would take a while but once done it could be quite handy.As for colouring, I've got my variables and loops in different colours. Have you tried altering your colours in the preferences section? My variables are bright red compared to a navy blue for if/while/for/foreach etc.
I've yet to find a better (and stable) PHP editor for windows (however I'll be looking at Crimson editor too!).
WiseGuy says on December 6, 2007
I use NotePad++, and it does autocompletion, colors code, I'm not sure but I think it might do the auto-indent... it makes life MUCH easier.
Also a nice feature is multiple files in tabs... plus the program will "remember" what you had open when you closed it, making starting and stopping work easy.
Free, Open, and there is a PortableApps version.
45n5 (946) says on December 6, 2007:
thanks for the suggestion wiseguy.finally got around to trying this today and notepad++ is far and away the best editor I've tried yet ;)
Mike says on December 7, 2007
I use Notepad++, its a free editor that can be found on sourceforge.
Madhuri Dixit says on December 11, 2007
How about Codegear Delphi for PHP? This is one of the best PHP development environments around (this is not merely an editor, it's a complete IDE) It has won a few "best tool of the year awards". The IDE itself is based on Borland's decade long proven and extremely successful Delphi.
blair says on January 23, 2008
Tobsy,
I use Rapid PHP. Well, actually I use WeBuilder, which is the same as RapidPHP but with support for more languages. It is really good. It is super easy to use and intuative. It does not have all the features of a full blown IDE like Eclipse or Zend Studio, but it has enough for me. It stays out of the way and lets you get on with the coding, while having some really useful features that help you should you need it. I certainly recommend it.



