Best IDE for PHP...?

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Best IDE for PHP...?

    What is the best IDE for developing PHP applications?
    What do you use and why?
    Thanks.
    Frank Guest

  2. #2

    Default Re: Best IDE for PHP...?

    Frank wrote:
    > What is the best IDE for developing PHP applications?
    > What do you use and why?
    > Thanks.
    I love quanta. It features code highlighting, autocompletion of variables
    and functions, tooltips for function parameters, structure, project and
    file browsing and much more... Url: quanta.sourceforge.net

    --
    ---Palantir---
    ICQ:57482808***
    Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
    Palantir Guest

  3. #3

    Default Re: Best IDE for PHP...?

    Any others? Please provide OS you are using, thanks.
    Frank Guest

  4. #4

    Default Re: Best IDE for PHP...?

    Frank wrote:
    > What is the best IDE for developing PHP applications?
    > What do you use and why?
    > Thanks.
    I like the Zend Development Environment. It's got context-sensitive
    help, hit-highlighting, auto completion and a lot of other nice features.
    It also allows you to (remotely) debug, although that's rather slow. I
    think they could improve that part.

    Regards,
    Ruben.

    Ruben van Engelenburg Guest

  5. #5

    Default Re: Best IDE for PHP...?

    > What is the best IDE for developing PHP applications?
    > What do you use and why?
    i like crimson editor for windows. [url]www.crimsoneditor.com[/url]. supports

    * highlighting (for different syntax types like html, php, java, xml,
    tex....) * hotkey for compiler with capture-output-frame (pressing eg.
    ctrl+1 will show you php syntax errors)
    * ftp: remotely load and save documents
    * search & replace with regular expressions
    * support for different files formats (mac, dos, unix)
    * convert spaces to tabs, tabs to spaces
    * macros
    * a few other functions

    well that's nearly all...

    question: what editor is better than this one?

    steffen

    --
    Using M2, Opera's revolutionary e-mail client: [url]http://www.opera.com/m2/[/url]
    steffen horst Guest

  6. #6

    Default Re: Best IDE for PHP...?

    On Windows, you can't beat TextPad (textpad.com). For those of you
    developing on your Windows box and transfering to your UN*X/linux box this
    seems to be the best program I've found. It's very powerful and flexible.
    It's super-easy to learn and use. It allows you to set up hot keys to run
    external programs (like FTP clients and compilers) with a single keystroke.
    It's by far the best 20-some-odd dollars I've ever spent on a piece of
    software. (It has helped me write a couple thousand dollars worth of
    software since I found it.)

    - Syntax Highlighting
    - Macro Sequences
    - Hot Keys (to editor commands or external programs)
    - Character/Tag Libraries (Clip Libraries)
    - Spell Checking
    - Multiple Document Management
    - Regular Expression Search/Replace
    - Supports all text file encoding types.

    On UN*X, I've been working with XEmacs and after you get passed the learning
    curve, it has proven to be extremely powerful. I've also used KATE (KDE
    Advanced Text Editor) which seemed to do just fine and had very little
    overhead. A good choice for people used to Windows software.

    If you're looking for a true IDE (not just a string of programs that work
    well together), I've yet to find one that wasn't very clunky and slow. In
    my experience, it's best to just install Apache and PHP on your desktop,
    edit the files using your favorite text editor, and have a browser open to
    the pages you're editing. The other option (without installing Apache/PHP)
    is to set up an advanced text editor (like XEmacs or TextPad) to
    automatically update your files on the remote host. When I'm editing on
    Windows and need to keep the files up-to-date on my server, I use TextPad
    with FTPVoyager (it has a nice command-line interface which makes it easy to
    set up an automated task in TextPad).

    If you're going to use a text editor and combine it with other programs,
    you'll be way better off when working with other development environments.
    Nobody only programs in PHP and doesn't ever touch HTML, JavaScript, or XML.
    I need to be able to work with all of these languages (and a few more).
    Using nine different editors is a waste.

    XEmacs is open source, and TextPad is free to try. Have a look and see what
    you think.

    Take care,
    Zac



    "Frank" <fpeavy@pop.net> wrote in message
    news:5a51af69.0307100841.79132983@posting.google.c om...
    > What is the best IDE for developing PHP applications?
    > What do you use and why?
    > Thanks.

    Zac Hester Guest

  7. #7

    Default HTML-kit [Windows:Free]

    [url]http://www.chami.com/html-kit/[/url]

    What's particluarly good is the ability to create your own plug-ins
    and there are some very good plug-ins to assist in PHP and MySQL coding
    available from the main site.

    "Frank" <fpeavy@pop.net> wrote in message
    news:5a51af69.0307100841.79132983@posting.google.c om...
    > What is the best IDE for developing PHP applications?
    > What do you use and why?
    > Thanks.

    2metre Guest

  8. #8

    Default Re: Best IDE for PHP...?

    (win)
    I'm currently using -- editplus -- which is also usefull for creating short
    and fast html test pages. it has highlighting for various languages and
    comes with ftp service.

    laura

    "Zac Hester" <news@planetzac.net> ha scritto nel messaggio
    news:3f0e30b1@news.enetis.net...
    > On Windows, you can't beat TextPad (textpad.com). For those of you
    > developing on your Windows box and transfering to your UN*X/linux box this
    > seems to be the best program I've found. It's very powerful and flexible.
    > It's super-easy to learn and use. It allows you to set up hot keys to run
    > external programs (like FTP clients and compilers) with a single
    keystroke.
    > It's by far the best 20-some-odd dollars I've ever spent on a piece of
    > software. (It has helped me write a couple thousand dollars worth of
    > software since I found it.)
    >
    > - Syntax Highlighting
    > - Macro Sequences
    > - Hot Keys (to editor commands or external programs)
    > - Character/Tag Libraries (Clip Libraries)
    > - Spell Checking
    > - Multiple Document Management
    > - Regular Expression Search/Replace
    > - Supports all text file encoding types.
    >
    > On UN*X, I've been working with XEmacs and after you get passed the
    learning
    > curve, it has proven to be extremely powerful. I've also used KATE (KDE
    > Advanced Text Editor) which seemed to do just fine and had very little
    > overhead. A good choice for people used to Windows software.
    >
    > If you're looking for a true IDE (not just a string of programs that work
    > well together), I've yet to find one that wasn't very clunky and slow. In
    > my experience, it's best to just install Apache and PHP on your desktop,
    > edit the files using your favorite text editor, and have a browser open to
    > the pages you're editing. The other option (without installing
    Apache/PHP)
    > is to set up an advanced text editor (like XEmacs or TextPad) to
    > automatically update your files on the remote host. When I'm editing on
    > Windows and need to keep the files up-to-date on my server, I use TextPad
    > with FTPVoyager (it has a nice command-line interface which makes it easy
    to
    > set up an automated task in TextPad).
    >
    > If you're going to use a text editor and combine it with other programs,
    > you'll be way better off when working with other development environments.
    > Nobody only programs in PHP and doesn't ever touch HTML, JavaScript, or
    XML.
    > I need to be able to work with all of these languages (and a few more).
    > Using nine different editors is a waste.
    >
    > XEmacs is open source, and TextPad is free to try. Have a look and see
    what
    > you think.
    >
    > Take care,
    > Zac
    >
    >
    >
    > "Frank" <fpeavy@pop.net> wrote in message
    > news:5a51af69.0307100841.79132983@posting.google.c om...
    > > What is the best IDE for developing PHP applications?
    > > What do you use and why?
    > > Thanks.
    >
    >

    laura Guest

  9. #9

    Default Re: Best IDE for PHP...?

    can you explain better how I can do to integrate ftp into Textpad?
    I still love it!

    laura


    "Zac Hester" <news@planetzac.net> ha scritto nel messaggio
    news:3f0e30b1@news.enetis.net...
    > On Windows, you can't beat TextPad (textpad.com). For those of you
    > developing on your Windows box and transfering to your UN*X/linux box this
    > seems to be the best program I've found. It's very powerful and flexible.
    > It's super-easy to learn and use. It allows you to set up hot keys to run
    > external programs (like FTP clients and compilers) with a single
    keystroke.
    > It's by far the best 20-some-odd dollars I've ever spent on a piece of
    > software. (It has helped me write a couple thousand dollars worth of
    > software since I found it.)
    >
    > - Syntax Highlighting
    > - Macro Sequences
    > - Hot Keys (to editor commands or external programs)
    > - Character/Tag Libraries (Clip Libraries)
    > - Spell Checking
    > - Multiple Document Management
    > - Regular Expression Search/Replace
    > - Supports all text file encoding types.
    >
    > On UN*X, I've been working with XEmacs and after you get passed the
    learning
    > curve, it has proven to be extremely powerful. I've also used KATE (KDE
    > Advanced Text Editor) which seemed to do just fine and had very little
    > overhead. A good choice for people used to Windows software.
    >
    > If you're looking for a true IDE (not just a string of programs that work
    > well together), I've yet to find one that wasn't very clunky and slow. In
    > my experience, it's best to just install Apache and PHP on your desktop,
    > edit the files using your favorite text editor, and have a browser open to
    > the pages you're editing. The other option (without installing
    Apache/PHP)
    > is to set up an advanced text editor (like XEmacs or TextPad) to
    > automatically update your files on the remote host. When I'm editing on
    > Windows and need to keep the files up-to-date on my server, I use TextPad
    > with FTPVoyager (it has a nice command-line interface which makes it easy
    to
    > set up an automated task in TextPad).
    >
    > If you're going to use a text editor and combine it with other programs,
    > you'll be way better off when working with other development environments.
    > Nobody only programs in PHP and doesn't ever touch HTML, JavaScript, or
    XML.
    > I need to be able to work with all of these languages (and a few more).
    > Using nine different editors is a waste.
    >
    > XEmacs is open source, and TextPad is free to try. Have a look and see
    what
    > you think.
    >
    > Take care,
    > Zac
    >
    >
    >
    > "Frank" <fpeavy@pop.net> wrote in message
    > news:5a51af69.0307100841.79132983@posting.google.c om...
    > > What is the best IDE for developing PHP applications?
    > > What do you use and why?
    > > Thanks.
    >
    >

    laura Guest

  10. #10

    Default Re: Best IDE for PHP...?

    On Thu, 10 Jul 2003 09:41:52 -0700, Frank wrote:
    > What is the best IDE for developing PHP applications?
    I don't know about IDE, but I use gPHPEdit...
    > What do you use and why?
    Because I wrote it and am continually adding user-requested features...
    ;-)

    Cheers,


    Andy

    Andy Jeffries Guest

  11. #11

    Default Re: Best IDE for PHP...?

    [email]fpeavy@pop.net[/email] (Frank) wrote in message news:<5a51af69.0307100841.79132983@posting.google. com>...
    > What is the best IDE for developing PHP applications?
    I use both PHPEdit & Dreamweaver.
    > What do you use and why?
    * Dreamweaver to create HTML pages too quickly (I personally hate
    DW's PHP support)

    * PHPEdit ([url]www.phpedit.net[/url]) is fast. Auto completion of function
    names, variable names (even of included file's), local objects &
    methods.... Has debugger. Has documentation tool named "help
    generator". And PHPEdit is free & the authors are cool.

    ---
    Email: rrjanbiah-at-Y!com
    R. Rajesh Jeba Anbiah Guest

  12. #12

    Default Re: Best IDE for PHP...?

    steffen horst wrote:
    >
    > i like crimson editor for windows.
    > question: what editor is better than this one?
    TextPad is better. However, Crimson Editor is free, and TextPad is not.
    Crimson may be the best *free* text editor for Windows.

    Brandon Blackmoor Guest

  13. #13

    Default Re: Best IDE for PHP...?

    > emacs
    >
    Ah, emacs ... Eight Megs And Constantly Swapping :)

    Flame on, folks, flame on.

    Joshua Ghiloni Guest

  14. #14

    Default Re: Best IDE for PHP...?

    Louis-Philippe Huberdeau wrote:
    > I prefer VIM.
    And how!

    Joshua Ghiloni Guest

  15. #15

    Default Re: Best IDE for PHP...?



    Joshua Ghiloni wrote:
    > Louis-Philippe Huberdeau wrote:
    >
    >> I prefer VIM.
    >
    >
    > And how!
    >
    What did that mean exacly? Was it a question? You might want to make a
    complete sentence for me to understand...

    Louis-Philippe Huberdeau Guest

  16. #16

    Default Re: Best IDE for PHP...?

    "laura" <biru43@yahoo.it> wrote in message
    news:belv5f$n5n$1@newsreader2.mclink.it...
    > can you explain better how I can do to integrate ftp into Textpad?
    > I still love it!
    >
    > laura

    Hey Laura,

    No problem. (FYI: The help menus in TextPad and my FTP Program were all I
    needed to figure this out. Consult your FTP program for the same
    capabilities as mine.)

    First, I use FTP Voyager 10. It has a very powerful command line interface
    which allows me to set up macros from any program that I need to use FTP
    capabilities. Looking up the options for the command line, I found these
    arguments:

    C:\Program Files\RhinoSoft.com\FTP Voyager\FTPVoyager.exe host=myhost.com
    user=myusername pass=mypassword remote=htdocs put="C:\My
    Directory\MyFile.html" autoquit=1 -nosplash -noduration

    Running this from a command prompt will automatically upload the file
    specified by the "put" argument to myhost.com and after it's complete, FTP
    Voyager will close.

    This means it's just a matter of telling TextPad how to use FTP Voyager, and
    we're ready to go...

    To set up a "Tool Macro" in TextPad 4.6, you just go to Tools ->
    Preferences...

    At the very bottom of the Preferences tree, there is an item called "Tools."
    To add a new tool, click on "Tools" and click the "Add" button followed by
    selecting "Program." There, you'll get a chance to browse to the program
    you want to add. Choose the main executeable for your FTP program and click
    "Open."

    This will then spit you back to the Preferences window with a new tool on
    the list. To make changes to this tool (which we need to do), expand the
    "Tools" branch on the main preferences tree and click on the name of your
    new tool. Add the command line options to the "Parameters" line (everything
    after the executeable). To make this feature userful, TextPad has a lot of
    built-in Macro variables that refer to the currently active document. To
    make FTP Voyager upload the active document in TextPad, we'll need to
    replace the "put" argument's value with this:

    put="$File"

    TextPad will replace $File with the full path to your current file. (The
    quotation markes are necessary since you'll probably have spaces in your
    path like "Documents and Settings.")

    After all the parameters are set, click "Apply," then "Ok." Now, check your
    "Tools" pull-down menu. You'll notice a new entry at the bottom for your
    new tool. You'll also notice it was assigned a hot key sequence. If this
    is your first tool, it will be "Ctrl-1."

    To test it out, start up a new (non-critical) file and put something in it.
    Save it somewhere (the file has to exist on the disk before any FTP program
    can find it). Then, just hit "Ctrl-1." In FTP Voyager, the program springs
    to life, connects to the host, transfers the file, disconnects, then exits.

    If you read the TextPad help menu, you'll see all kinds of other useful
    things that can be used with Tool Macros. You can even link in Java
    programs or write your own, custom compiled programs or scripts to do more
    complex tasks. Check out textpad.com and look through the "Utilities"
    section under "Add Ons" and look to see if someone already has built
    something that you need TextPad to do.

    Happy Editing,
    Zac


    Zac Hester Guest

  17. #17

    Default Re: Best IDE for PHP...?

    Louis-Philippe Huberdeau wrote:
    >
    >
    > Joshua Ghiloni wrote:
    >
    >> Louis-Philippe Huberdeau wrote:
    >>
    >>> I prefer VIM.
    >>
    >>
    >>
    >> And how!
    (Et comment !)
    >>
    >
    > What did that mean exacly? Was it a question? You might want to make a
    > complete sentence for me to understand...
    >
    HTH
    --
    Bertrand Mollinier Toublet
    "Reality exists" - Richard Heathfield, 1 July 2003

    Bertrand Mollinier Toublet Guest

  18. #18

    Default Re: Best IDE for PHP...?

    Frank wrote:
    > What is the best IDE for developing PHP applications?
    I don't know.
    > What do you use
    emacs
    > and why?
    Best code editor (well... best whatever-text-thing editor) around IMHO.
    Very very fast, incredibly extensible, cross-platform, and don't require
    me to learn a new editor for each language.

    Bruno

    Bruno Desthuilliers Guest

  19. #19

    Default Re: Best IDE for PHP...?

    > Okay, let's see how this holy war's doing...
    >
    > Bruno
    Your Favorite Editor Sucks! (TM) :)

    And no, I don't like emacs. I don't have anything particularly against
    it, I just never got the hang of the keyboard shortcuts. I much prefer
    vi. Vim is nice, but good ol' vi is all I really need to do anything :)


    Joshua Ghiloni Guest

  20. #20

    Default Re: Best IDE for PHP...?

    Joshua Ghiloni wrote:
    >
    >> emacs
    >>
    >
    > Ah, emacs ... Eight Megs And Constantly Swapping :)
    >
    > Flame on, folks, flame on.
    >
    You like it, don't you ?-)

    I knew this would start this ol'holywar once again...

    <not-so-seriously>
    Hey, I even wonder if I didn't hope for it to happen <g> !->
    </not-so-seriously>


    Now those having eyes may have noticed that I didn't pretend emacs being
    the best editor, nor even being superior to any other in any way... Just
    answered to the second question <g++>

    Okay, let's see how this holy war's doing...

    Bruno

    Bruno Desthuilliers Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139