Best IDE for PHP...?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Frank

    Best IDE for PHP...?

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

    #2
    Re: Best IDE for PHP...?

    Frank wrote:
    [color=blue]
    > What is the best IDE for developing PHP applications?
    > What do you use and why?
    > Thanks.[/color]

    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.sourcefo rge.net

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

    Comment

    • Frank

      #3
      Re: Best IDE for PHP...?

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

      Comment

      • Ruben van Engelenburg

        #4
        Re: Best IDE for PHP...?

        Frank wrote:[color=blue]
        > What is the best IDE for developing PHP applications?
        > What do you use and why?
        > Thanks.[/color]

        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.

        Comment

        • steffen horst

          #5
          Re: Best IDE for PHP...?

          > What is the best IDE for developing PHP applications?[color=blue]
          > What do you use and why?[/color]

          i like crimson editor for windows. www.crimsoneditor.com. 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: http://www.opera.com/m2/

          Comment

          • Zac Hester

            #6
            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.0 307100841.79132 983@posting.goo gle.com...[color=blue]
            > What is the best IDE for developing PHP applications?
            > What do you use and why?
            > Thanks.[/color]


            Comment

            • 2metre

              #7
              HTML-kit [Windows:Free]



              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.0 307100841.79132 983@posting.goo gle.com...[color=blue]
              > What is the best IDE for developing PHP applications?
              > What do you use and why?
              > Thanks.[/color]


              Comment

              • laura

                #8
                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@n ews.enetis.net. ..[color=blue]
                > 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[/color]
                keystroke.[color=blue]
                > 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[/color]
                learning[color=blue]
                > 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[/color]
                Apache/PHP)[color=blue]
                > 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[/color]
                to[color=blue]
                > 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[/color]
                XML.[color=blue]
                > 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[/color]
                what[color=blue]
                > you think.
                >
                > Take care,
                > Zac
                >
                >
                >
                > "Frank" <fpeavy@pop.net > wrote in message
                > news:5a51af69.0 307100841.79132 983@posting.goo gle.com...[color=green]
                > > What is the best IDE for developing PHP applications?
                > > What do you use and why?
                > > Thanks.[/color]
                >
                >[/color]


                Comment

                • laura

                  #9
                  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@n ews.enetis.net. ..[color=blue]
                  > 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[/color]
                  keystroke.[color=blue]
                  > 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[/color]
                  learning[color=blue]
                  > 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[/color]
                  Apache/PHP)[color=blue]
                  > 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[/color]
                  to[color=blue]
                  > 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[/color]
                  XML.[color=blue]
                  > 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[/color]
                  what[color=blue]
                  > you think.
                  >
                  > Take care,
                  > Zac
                  >
                  >
                  >
                  > "Frank" <fpeavy@pop.net > wrote in message
                  > news:5a51af69.0 307100841.79132 983@posting.goo gle.com...[color=green]
                  > > What is the best IDE for developing PHP applications?
                  > > What do you use and why?
                  > > Thanks.[/color]
                  >
                  >[/color]


                  Comment

                  • Andy Jeffries

                    #10
                    Re: Best IDE for PHP...?

                    On Thu, 10 Jul 2003 09:41:52 -0700, Frank wrote:[color=blue]
                    > What is the best IDE for developing PHP applications?[/color]

                    I don't know about IDE, but I use gPHPEdit...
                    [color=blue]
                    > What do you use and why?[/color]

                    Because I wrote it and am continually adding user-requested features...
                    ;-)

                    Cheers,


                    Andy

                    Comment

                    • R. Rajesh Jeba Anbiah

                      #11
                      Re: Best IDE for PHP...?

                      fpeavy@pop.net (Frank) wrote in message news:<5a51af69. 0307100841.7913 2983@posting.go ogle.com>...[color=blue]
                      > What is the best IDE for developing PHP applications?[/color]

                      I use both PHPEdit & Dreamweaver.
                      [color=blue]
                      > What do you use and why?[/color]

                      * Dreamweaver to create HTML pages too quickly (I personally hate
                      DW's PHP support)

                      * PHPEdit (www.phpedit.net) 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

                      Comment

                      • Brandon Blackmoor

                        #12
                        Re: Best IDE for PHP...?

                        steffen horst wrote:[color=blue]
                        >
                        > i like crimson editor for windows.
                        > question: what editor is better than this one?[/color]

                        TextPad is better. However, Crimson Editor is free, and TextPad is not.
                        Crimson may be the best *free* text editor for Windows.

                        Comment

                        • Bruno Desthuilliers

                          #13
                          Re: Best IDE for PHP...?

                          Frank wrote:[color=blue]
                          > What is the best IDE for developing PHP applications?[/color]

                          I don't know.
                          [color=blue]
                          > What do you use[/color]

                          emacs
                          [color=blue]
                          > and why?[/color]

                          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

                          Comment

                          • Joshua Ghiloni

                            #14
                            Re: Best IDE for PHP...?

                            [color=blue]
                            > emacs
                            >[/color]

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

                            Flame on, folks, flame on.

                            Comment

                            • Joshua Ghiloni

                              #15
                              Re: Best IDE for PHP...?

                              Louis-Philippe Huberdeau wrote:[color=blue]
                              > I prefer VIM.[/color]

                              And how!

                              Comment

                              Working...