PDA

View Full Version : The best PHP Editing Software


Zaki Shafqat
09-01-2009, 01:19 PM
I was wondering which is the best PHP Editor out there? Can somebody name me some good php softwares where they have some built in codes too? i just wanted to learn a bit and thought why not install PHP Editor on my computer and then start practicing :p from the websites

Thanks

-=Sniper=-
09-01-2009, 05:48 PM
For windows I'd recommend Notepad++ http://notepad-plus.sourceforge.net/uk/site.htm

If on OSX, gotta love TextMate http://macromates.com/ :)

Zaki Shafqat
09-01-2009, 07:04 PM
thanks i am definitely gonnai try this software now

thanks a lot

Dismounted
09-02-2009, 09:20 AM
If you are looking for an IDE, try NetBeans.

Sergio68
09-02-2009, 09:59 AM
Zend Studio 101% :up:

Dismounted
09-02-2009, 10:05 AM
Zend Studio 101% :up:
Costs money, and a bit bloated, TBH. Other open source solutions can achieve a similar set of features.

Sergio68
09-02-2009, 10:13 AM
About Zend Studio it's very cool that it can remember and autofill all your variables and php functions.
I'm trying Net Beans right now, as soon as I find how to connect it to an external server/source I'll tell you if I'm comfortable with it or not.
Thx by the way ;)

Dismounted
09-02-2009, 10:49 AM
About Zend Studio it's very cool that it can remember and autofill all your variables and php functions.
A lot of other utilities also has auto completion - it's not limited to Zend. :)

MyChemicalSelf
09-02-2009, 01:11 PM
I must admit i use Zend Studio 7 =)

Taragon
09-02-2009, 02:11 PM
I use UltraEdit myself (Version 14, the less laggy version)
It's lacking auto completion, amongst some other important features, but combined with UltraCompare, it's simply amazing.

Marco van Herwaarden
09-03-2009, 09:07 AM
UEStudio does have atuo completion IIRC.

ragtek
09-03-2009, 09:16 AM
I used Zend for many years, but now i'm using netbeans and i'm very very happy with it.

James Birkett
09-03-2009, 04:27 PM
I personally use Notepad++ purely because I love a simple code editor rather than the flashy splash-screen multi-functional programs with over-featured GUI's and such.

I have some questions about netbeans before I try it:
Is it lightweight? I.e. does it have splash-screens when loading?
I like Notepad++ because it works as a normal text editor. I hate flashy applications that can achieve the same thing with much less space/CPU usage!
I used to use Aptana Studios - that was far too bundled for my liking. I like autocomplete features, I just hate the flashy GUI's, high CPU usage and such that come with them (I'm only on a 1gb RAM!)

Zaki Shafqat
09-03-2009, 05:10 PM
hmmm this thread is getting interesting.... why not add a Poll in this thread and decide with the poll results? if possible??

Well so far i liked Netbeans and Zend because Netbeans is a 300MB+ software bundled with some other programming languages and Zend is a stand alone php software around 50mb+ that is only for php and not other languages. Thinking to try both now along with Notepad++

James Birkett
09-03-2009, 05:18 PM
Notepad++ has syntax highlighting for plenty of languages. Doesn't come with autocomplete features though.

Dismounted
09-04-2009, 05:22 AM
Just to add another opinion - IDEs are not replacements for simple editors. There is a place for both to exist. You don't want an IDE loading up every time you want to edit a file, and conversely, you'd want to take advantage of advanced debugging/project management/etc. features provided by an IDE in larger projects.
I personally use Notepad++ purely because I love a simple code editor rather than the flashy splash-screen multi-functional programs with over-featured GUI's and such.
Personally, I use Notepad++ as my quick editor (all PHP files are associated with N++). I have also replaced Windows' Notepad with it, using my own replacement method (the default executable is not touched).

I use NetBeans as what it was made for - an IDE. I use it to manage my projects, as it provides advanced features such a debugging and auto completion.
Is it lightweight? I.e. does it have splash-screens when loading?
It is much more snappy than Zend, and other IDEs, but still retains all the features. As such, it still has a splash screen.
Well so far i liked Netbeans and Zend because Netbeans is a 300MB+ software bundled with some other programming languages and Zend is a stand alone php software around 50mb+ that is only for php and not other languages. Thinking to try both now along with Notepad++
You can also download NetBeans in "PHP-only" (still includes HTML/CSS/JS features), which is a 30MB download; or like you have mentioned, download the entire package (goodfor those developing in multiple languages.