Poll

Which PHP-Editor, according to you is the best?

Dreamweaver
109 (29.3%)
Maguma
0 (0%)
Komodo
7 (1.9%)
PHP Designer
27 (7.3%)
Eclipse
21 (5.6%)
Homesite
1 (0.3%)
PHPEdit
8 (2.2%)
Quanta Plus
5 (1.3%)
Vim
14 (3.8%)
BBEdit
4 (1.1%)
Zend Studio
25 (6.7%)
Other
85 (22.8%)
Notepad++
49 (13.2%)
HTML Kit
7 (1.9%)
Netbeans
10 (2.7%)

Total Members Voted: 372

Author Topic: Which PHP-Editor do you think is the best?  (Read 116840 times)

0 Members and 1 Guest are viewing this topic.

Offline carella

  • Enthusiast
  • Posts: 232
    • View Profile
    • http://www.m-dream.co.uk
Which PHP-Editor do you think is the best?
« Reply #30 on: May 30, 2005, 04:36:50 AM »
Its not about finding the best, its about finding the one thats right for you. I use conText for all my PHP coding. Nice simple interface. Crimson Editor is cool too and would be my second choice.

I don`t use any in the list.
« Last Edit: May 30, 2005, 04:37:06 AM by carella »
Voyager Web Design UK
Web Design::Custom Programming::Custom Graphics
-------------------------------------------------------
M-Dream
Asian Cinema::Asian Music::Asian Cover Scans::Chinese Astrology::Free PHP Scripts::Hong Kong Photo Galleries

Offline fooDigi

  • Devotee
  • Posts: 583
    • View Profile
Which PHP-Editor do you think is the best?
« Reply #31 on: June 02, 2005, 04:31:05 AM »
go with what you have been using. gets annoying? try another one. i use dwmx the most since we own a copy, main reason is you can totally coustomize it. lets me code in many different languages.

*edit
pretty easy to add your own commands and whatnot, interested?
http://www.macromedia.com/support/dreamwea...stomizing_dwmx/

want real customization? write the php editor yourself, vb, c++... keep trying to perfect mine, but there is no way i would use it in real world situations :)
« Last Edit: June 02, 2005, 04:38:31 AM by fooDigi »
All your base are belong to us.

Offline Koobi

  • Hux author
  • Staff Alumni
  • Devotee
  • *
  • Posts: 947
  • Gender: Male
    • View Profile
    • Flingbits
Which PHP-Editor do you think is the best?
« Reply #32 on: August 07, 2005, 04:14:22 PM »
well, i've been experimenting with a lot of Linux based text editors lately and i find myself settling down with Vim.

a close second would be Bluefish which is pretty damn good too...accept that it has a bunch of features that i don't really need...all those WYSIWYG features just adds to the clutter. i like wide simple UI's to work in :D

Vim was a little hard to get used to with all those awkward keys...but it's just like riding a bike once you get used to it, almsot impossible to forget even if you wanted to.

one very important thing about Vim (for me at least) is the fact that you can apply colour schemes. kinda useful when you sometimes sit for over half the day at the PC, coding because now you can make the background colour dark or even black and the text a contrasting colour...really helps maintain the 20/20 vision :p

well anyway, i just wanted to say that i did a search for Vim on WikiBooks and the content there really helped me.

the Vim manual has more detailed but somehow, the Wiki data was easier to read through.


hope this helps someone :)

Offline neylitalo

  • Staff Alumni
  • Addict
  • *
  • Posts: 2,970
  • Gender: Male
    • View Profile
    • The Netizen's Journal
Which PHP-Editor do you think is the best?
« Reply #33 on: August 07, 2005, 04:34:07 PM »
I must say my favorite PHP Editor is now Quanta. (for Linux only... sorry, windows users!) It allows you to collapse if(), foreach(), while(), etc. in PHP, <form>, <table>, <div> etc. in HTML - allows for a lot cleaner environment. It's got support for PHP, HTML, JavaScript, and probably more that I don't even use. It automagically detects which language you're using - so if you've got PHP mixed with HTML, then it will let you collapse the <div>s and the PHP for() blocks, for example. It does syntax highlighting and gives you the syntax for a function's arguments after you get the function in place.

Linux users, check it out - http://quanta.sourceforge.net
http://nealylitalo.net - My personal website, and home of The Netizen's Journal.

Offline Arenium

  • Staff Alumni
  • Addict
  • *
  • Posts: 1,799
    • View Profile
Which PHP-Editor do you think is the best?
« Reply #34 on: August 08, 2005, 01:56:15 AM »
It's a shame it's KDE-only, from what I know. Those libraries are monolithic.

Offline neylitalo

  • Staff Alumni
  • Addict
  • *
  • Posts: 2,970
  • Gender: Male
    • View Profile
    • The Netizen's Journal
Which PHP-Editor do you think is the best?
« Reply #35 on: August 08, 2005, 07:58:47 AM »
Quote
it's KDE-only, from what I know.
Yes, it is... but I prefer KDE anyway! :)
http://nealylitalo.net - My personal website, and home of The Netizen's Journal.

Offline Koobi

  • Hux author
  • Staff Alumni
  • Devotee
  • *
  • Posts: 947
  • Gender: Male
    • View Profile
    • Flingbits
Which PHP-Editor do you think is the best?
« Reply #36 on: August 08, 2005, 10:33:35 AM »
but you can run it off Gnome but you have to install a fwe KDE components :/

i've used Quanta. good editor :D but i prefer Vim.
also Quanta has this really weird KDE UI...those chunky things with a lot of bevel on it :/

i suppose i'll need to use KDE to actually theme that UI eh?

Offline theverychap

  • Staff Alumni
  • Devotee
  • *
  • Posts: 801
  • Gender: Male
    • View Profile
    • http://www.theverychap.com
Which PHP-Editor do you think is the best?
« Reply #37 on: August 12, 2005, 06:42:23 AM »
I have recenty fallen in love with Kate :)

No, it's not a bird, it's a rather marvellous text editor for KDE. very good in fact, it's now my editor of choice. has all the usual things like sytax highlighting, collapsible brackets/tags, you can also save projects so each time you open a project all your files pop up in tabs too, rather helpful.

anyhoo, as the last few posts had mentioned quanta,i felt compelled to post. The irregular crashing of Quanta has put me off it, same with bluefish too. kate is great, never crashed once and i'm sure if it did, she would load herslef back up with all my files that were conveniently saved before exiting...

sorry, i'm dribbling now, it's all tis talk of the lovely Kate.

Vim is also good, but (as mentioned by just about everyone in the world) Vim is hard to get used to. so is emacs for that matter.

I reckon (and this would p*ss a few people of to say the least) KDE should take apart Vim, give all those awkward commands some easier access and call it, wait for it, Kim!
lol sorry i couldn't resist.

see, i could play with Kate while slowly breaking in Kim, now that sounds good. lol, maybe i could even synchronise them using KitchenSync. ok pmsl.
« Last Edit: August 12, 2005, 06:45:16 AM by theverychap »

Offline Arenium

  • Staff Alumni
  • Addict
  • *
  • Posts: 1,799
    • View Profile
Which PHP-Editor do you think is the best?
« Reply #38 on: August 17, 2005, 12:28:28 AM »
Quote
I reckon (and this would p*ss a few people of to say the least) KDE should take apart Vim, give all those awkward commands some easier access and call it, wait for it, Kim!
lol sorry i couldn't resist.
[snapback]266032[/snapback]

Hahahaha, classic.

Still, what's the point? Just playing with GVim (along with this very quick and easy tutorial) is in my opinion the best way to learn Vim. I've toyed with emacs before, but was rather put off by the illogical keyboard combinations. I've known my fair share of Emacs purists, too, however. They're also the ones who wind up using Window Maker, or so it seems. :P

Offline neylitalo

  • Staff Alumni
  • Addict
  • *
  • Posts: 2,970
  • Gender: Male
    • View Profile
    • The Netizen's Journal
Which PHP-Editor do you think is the best?
« Reply #39 on: October 03, 2005, 11:47:43 PM »
After much trial-and-error, I have discovered an IDE that is, in all aspects, beautiful. For those of you who have tried Maguma Workbench and said "I would love to use it - but I don't want to spend $90-$250", this is for you. Maguma Studio is a free IDE that is basically Workbench without all the little modules that make your life somewhat easier. Just a few of the little features of Maguma Studio:

- Syntax highlighting (naturally)
- PHP parsing, so you can test your scripts before deploying them
- Auto-indent code blocks (and RETURNS THE INDENT when you close the block!)
- Code-completion (with function syntax)
- USER-DEFINED function syntax - AMAZING!
- Open Source

And if you feel like spending $25, you can

- Use breakpoints
- Encode your code :)
- use CVS accounts
- manage your FTP servers

and probably more that I have yet to click on and see the "Only available in the Pro or Desktop versions etc. etc." dialog for.

And I believe it's out there for Linux as well - can anybody confirm this? I think they only allow you to download the file that matches your HTTP_USER_AGENT or something.

To learn about Maguma Studio - http://www.maguma.com/Maguma_Studio.502.0.html

You may have to register, but it's free and takes about 30 seconds. Find the download for Studio about halfway down the page at http://support.maguma.com/download

I know I'm going to dig up the $25 for the Pro version as soon as I can.
http://nealylitalo.net - My personal website, and home of The Netizen's Journal.

Offline ober

  • Pandas pwn j00
  • Staff Alumni
  • Freak!
  • *
  • Posts: 8,312
  • Gender: Male
  • 404? what!?
    • View Profile
    • Windy Hill Productions
Which PHP-Editor do you think is the best?
« Reply #40 on: October 04, 2005, 10:54:56 AM »
I'm surprised that your review is so good.  It looks kind of childish, the debugger didn't really work all that great, and when I tried to close it, it hit a memory error that required me to kill it from Windows Task Manager.

And I'm not sure where you're seeing $25 for the Pro version.  The only price I saw was about $84 USD.
PHP 5 - MySQL 5 - Win Vista 64 - Firefox 3, IE 7
Info: PHP Manual

Quote from CV: After nuclear fallout, there'll be zombies everywhere.  You can't be running from them when you're all fat and shit.  They'll just catch you and eat you and take forever to do it and you'll just have to sit there all that much longer.

Offline obsidian

  • Managed Insanity
  • Staff Alumni
  • Freak!
  • *
  • Posts: 6,440
  • Gender: Male
  • Talk to me, I won't bite... hard.
    • View Profile
    • Guahan Web
Which PHP-Editor do you think is the best?
« Reply #41 on: October 04, 2005, 11:06:22 AM »
i use dreamweaver MX 2004 right now, but i really like using IBM's Eclipse editor. yes, i know it's geared for java, but with a very inexpensive addon (i think i paid $14 for it), you can get all your VI keystrokes recognized. what's so great is that it gives you real-time debugging that is pretty accurate, and with the VI addon and color-coding, you can't go wrong... plus, eclipse is free, and it has support for just about all major coding languages - web based and otherwise (PERL, PYTHON, etc are all supported as well)
You can't win, you can't lose, you can't break even... you can't even get out of the game.

Code: [Select]
<?php
while (count($life->getQuestions()) > 0)
{   
$life->study(); } ?>
  LINKS: PHP: Manual MySQL: Manual PostgreSQL: Manual (X)HTML: Validate It! CSS: A List Apart | IE bug fixes | Zen Garden | Validate It! JavaScript: Reference Cards RegEx: Everything RegEx

Offline widgetapps

  • Irregular
  • Posts: 35
    • View Profile
    • http://darryl.pattersons.net
Which PHP-Editor do you think is the best?
« Reply #42 on: October 04, 2005, 11:19:00 AM »
I agree with the folks that have said it's up to the individual's taste's and needs. Here at my workplace, I've implemented not only Zend studio, but the new Zend Platform. There really is nothing that can compare when it comes to PHP server managment and debugging. The most useful features for us here, is the email notification when critical errors are triggered. We can log into the platform server, see the same screen/error the user saw, click on debug, the file opens in Zend Studio, and steps through the code. It's truely impressive. Zend's efforts to bring PHP to the enterprise are working.

We've been using the beta of Zend Studio 5, and it's support for SVN (subversion), code folding and intergrated PHPDocumentor are great new features. For us, it's been worth every penny, espcially since we're one of the only advertising agencies in the world using PHP as our application server (most are Windows/ASP.net or Java).

And finally, our developers use Windows, Mac OSX and Linux. Zend Studio works great on all platforms.

Offline neylitalo

  • Staff Alumni
  • Addict
  • *
  • Posts: 2,970
  • Gender: Male
    • View Profile
    • The Netizen's Journal
Which PHP-Editor do you think is the best?
« Reply #43 on: October 04, 2005, 01:47:50 PM »
Quote
And I'm not sure where you're seeing $25 for the Pro version. The only price I saw was about $84 USD.
ober, we're talking about two different products - you're talking about Maguma Workbench; I'm referring to Maguma Studio.

I know what you mean about the memory errors - Workbench was yelling about that all the time. However, Studio has no such problems. Studio does look kind of childish, but it's not enough to cause a problem for me.

see this link to get to the Maguma Studio page.
« Last Edit: October 04, 2005, 01:50:18 PM by neylitalo »
http://nealylitalo.net - My personal website, and home of The Netizen's Journal.

Offline ober

  • Pandas pwn j00
  • Staff Alumni
  • Freak!
  • *
  • Posts: 8,312
  • Gender: Male
  • 404? what!?
    • View Profile
    • Windy Hill Productions
Which PHP-Editor do you think is the best?
« Reply #44 on: October 04, 2005, 02:26:03 PM »
I went to the right thing, but you're right, I was looking at the prices for the workbench.

Either way, I wasn't impressed with it.  The only feature that Homesite doesn't have that Maguma has is finding a brace pair (oh how I'd kill for that feature sometimes).

What I should do is ask my company to buy Zend Studio for me.  That would kickass.
PHP 5 - MySQL 5 - Win Vista 64 - Firefox 3, IE 7
Info: PHP Manual

Quote from CV: After nuclear fallout, there'll be zombies everywhere.  You can't be running from them when you're all fat and shit.  They'll just catch you and eat you and take forever to do it and you'll just have to sit there all that much longer.