POLL: Which IDE do you use to develop PHP?

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

    POLL: Which IDE do you use to develop PHP?

    Hi group,

    Just curious what IDEs are popular nowadays.

    What do you expect from an IDE?
    Debugging?
    Do you use your IDE for debugging, or do you work like me? (Just use some
    smart-placed var_dump() to dive into possible problems?)

    Syntax highlightning?
    Anything else?

    I use Eclipse 2.1 with PHP-plugin.
    Reason: It is for free and works fine.

    Regards,
    Erwin Moller
  • tnhoe

    #2
    Re: Which IDE do you use to develop PHP?

    "Erwin Moller"

    Dream Weaver and phpdev

    Regards
    Hoe


    Comment

    • lunatech

      #3
      Re: POLL: Which IDE do you use to develop PHP?

      Erwin Moller wrote:[color=blue]
      > Hi group,
      >
      > Just curious what IDEs are popular nowadays.[/color]


      If it is my code, I use Emacs with some well placed var_dumps.

      If someone else's code that I have to maintain (and it has HTML/PHP
      mixed in), I use Anjuta.

      Yes, debugging support is something that would make things easier. But
      I usually survive by putting error_reporting (E_ALL).
      Regards
      Raj Shekhar

      Comment

      • helloworld@500mghosting.com

        #4
        Re: POLL: Which IDE do you use to develop PHP?

        > What do you expect from an IDE?[color=blue]
        > Debugging?
        > Do you use your IDE for debugging, or do you work like me? (Just use[/color]
        some[color=blue]
        > smart-placed var_dump() to dive into possible problems?)[/color]

        I prefer debugging while running on the target system too (ie the
        webhost) rather than locally (even though I sometimes test locally
        using Apache first).

        [color=blue]
        > Syntax highlightning?[/color]

        Yes. For documentation, I've put a direct shortcut to the php.net
        search engine, so I get all in need in one line.

        I don't need more :-)

        Comment

        • bogomil.shopov@gmail.com

          #5
          Re: POLL: Which IDE do you use to develop PHP?

          Hi Erwin
          My favorite is Maguma WorkBench. I think that this is the best decision
          for a PHP IDE.

          Regards
          Bogomil


          Erwin Moller wrote:[color=blue]
          > Hi group,
          >
          > Just curious what IDEs are popular nowadays.
          >
          > What do you expect from an IDE?
          > Debugging?
          > Do you use your IDE for debugging, or do you work like me? (Just use[/color]
          some[color=blue]
          > smart-placed var_dump() to dive into possible problems?)
          >
          > Syntax highlightning?
          > Anything else?
          >
          > I use Eclipse 2.1 with PHP-plugin.
          > Reason: It is for free and works fine.
          >
          > Regards,
          > Erwin Moller[/color]

          Comment

          • Justin Koivisto

            #6
            Re: POLL: Which IDE do you use to develop PHP?

            Erwin Moller wrote:
            [color=blue]
            > Hi group,
            >
            > Just curious what IDEs are popular nowadays.
            >
            > What do you expect from an IDE?
            > Debugging?
            > Do you use your IDE for debugging, or do you work like me? (Just use some
            > smart-placed var_dump() to dive into possible problems?)
            >
            > Syntax highlightning?
            > Anything else?
            >
            > I use Eclipse 2.1 with PHP-plugin.
            > Reason: It is for free and works fine.
            >
            > Regards,
            > Erwin Moller[/color]

            Up until about 2 days ago, I was using UltraEdit for all my PHP/HTML
            work. Now I've started using Zend Studio to see if will make things any
            easier for me. I do like the fact that as you are typing the function
            protocols pop up and if you forget a semicolon, there is a visual hint
            for you.

            --
            Justin Koivisto - justin@koivi.co m

            Comment

            • Drazen Gemic

              #7
              Re: Which IDE do you use to develop PHP?

              On Fri, 07 Jan 2005 18:32:00 +0800, tnhoe wrote:
              [color=blue]
              > "Erwin Moller"
              >
              > Dream Weaver and phpdev
              >
              > Regards
              > Hoe[/color]

              Bluefish

              --
              There is no god.
              Religion is just a dirty form of politics.

              Comment

              • Geoff Berrow

                #8
                Re: POLL: Which IDE do you use to develop PHP?

                I noticed that Message-ID: <41de5b1f$0$622 2$e4fe514c@news .xs4all.nl>
                from Erwin Moller contained the following:
                [color=blue]
                >Just curious what IDEs are popular nowadays.[/color]

                notepad2

                --
                Geoff Berrow (put thecat out to email)
                It's only Usenet, no one dies.
                My opinions, not the committee's, mine.
                Simple RFDs http://www.ckdog.co.uk/rfdmaker/

                Comment

                • ron.g.chaplin@gmail.com

                  #9
                  Re: POLL: Which IDE do you use to develop PHP?

                  Erwin Moller wrote:
                  [color=blue]
                  > Hi group,[/color]
                  [color=blue]
                  > Just curious what IDEs are popular nowadays.[/color]

                  I use Quanta 3.3.0
                  Built-in docs for PHP
                  quick-key function complete
                  Highlighting (about 30 diff code styles)
                  Alot more.
                  Only 1 drawback I have found so far.
                  FTP Setup is something left to be desired.I am thus required to
                  maintain 2 copies of my site code. Not that this is a bad thing as far
                  as backups are concerned, just wish I could ftp straight from Quanta is
                  all.

                  Ron Chaplin
                  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                  T73 Software & Design

                  To provide custom and quality
                  software, designs and services,
                  to our customers, at an affordable rate,
                  with minimal delay.

                  Comment

                  • Tony Marston

                    #10
                    Re: Which IDE do you use to develop PHP?

                    I use PHPEdit from http://www.waterproof.fr/. It's free for personal use. It
                    is a full-fledged IDE with a debugger.

                    --
                    Tony Marston

                    This is Tony Marston's web site, containing personal information plus pages devoted to the Uniface 4GL development language, XML and XSL, PHP and MySQL, and a bit of COBOL





                    "Erwin Moller"
                    <since_humans_r ead_this_I_am_s pammed_too_much @spamyourself.c om> wrote in
                    message news:41de5b1f$0 $6222$e4fe514c@ news.xs4all.nl. ..[color=blue]
                    > Hi group,
                    >
                    > Just curious what IDEs are popular nowadays.
                    >
                    > What do you expect from an IDE?
                    > Debugging?
                    > Do you use your IDE for debugging, or do you work like me? (Just use some
                    > smart-placed var_dump() to dive into possible problems?)
                    >
                    > Syntax highlightning?
                    > Anything else?
                    >
                    > I use Eclipse 2.1 with PHP-plugin.
                    > Reason: It is for free and works fine.
                    >
                    > Regards,
                    > Erwin Moller[/color]


                    Comment

                    • Pedro Graca

                      #11
                      Re: POLL: Which IDE do you use to develop PHP?

                      Erwin Moller wrote:[color=blue]
                      > Just curious what IDEs are popular nowadays.[/color]

                      I think my setup is not very popular.

                      I use GNU screen, vim, bash, and (sometimes) ELinks.
                      I prefer to make all my functions (I still don't do OOP) work for
                      command-line use and add the HTML at the highest possible level (usually
                      the scripts that are "callable" from the user's browser). So my
                      functions use a lot of arrays and I use print_r() to debug them.

                      Syntax highlighting is on, but I only consciously notice with when I
                      forget to close quotes around some text.

                      --
                      Mail to my "From:" address is readable by all at http://www.dodgeit.com/
                      == ** ## !! ------------------------------------------------ !! ## ** ==
                      TEXT-ONLY mail to the whole "Reply-To:" address ("My Name" <my@address>)
                      may bypass my spam filter. If it does, I may reply from another address!

                      Comment

                      • News Me

                        #12
                        Re: POLL: Which IDE do you use to develop PHP?


                        vim and the apache error log.

                        NM

                        Comment

                        • Jan Pieter Kunst

                          #13
                          Re: POLL: Which IDE do you use to develop PHP?

                          Erwin Moller wrote:[color=blue]
                          > Hi group,
                          >
                          > Just curious what IDEs are popular nowadays.
                          >
                          > What do you expect from an IDE?
                          > Debugging?
                          > Do you use your IDE for debugging, or do you work like me? (Just use some
                          > smart-placed var_dump() to dive into possible problems?)
                          >
                          > Syntax highlightning?
                          > Anything else?[/color]

                          I use BBEdit 8.0 (commercial text editor) on Mac OS X.
                          <http://www.barebones.c om/products/bbedit/index.shtml>.

                          I also have Apache/PHP/MySQL running locally on my machine, the web
                          serving part is an exact copy of the production webserver, apart from
                          error_reporting and stuff like that.

                          BBEdit is not an IDE as such, but I find that a few well-placed
                          print_r()'s and var_dump()'s are good enough for me.

                          JP

                          --
                          Sorry, <devnull@cauce. org> is a spam trap.
                          Real e-mail address unavailable. 5000+ spams per month.

                          Comment

                          • Sugapablo

                            #14
                            Re: POLL: Which IDE do you use to develop PHP?

                            On Fri, 07 Jan 2005 11:11:56 -0800, News Me wrote:
                            [color=blue]
                            > vim and the apache error log.[/color]

                            I've gone a little more "cutting edge" lately and have been using gvim.

                            --
                            [ Sugapablo ]
                            [ http://www.sugapablo.com <--music ]
                            [ http://www.sugapablo.net <--personal ]
                            [ sugapablo@12jab ber.com <--jabber IM ]

                            Comment

                            • News Me

                              #15
                              Re: POLL: Which IDE do you use to develop PHP?

                              Sugapablo wrote:[color=blue]
                              > On Fri, 07 Jan 2005 11:11:56 -0800, News Me wrote:
                              >
                              >[color=green]
                              >>vim and the apache error log.[/color]
                              >
                              >
                              > I've gone a little more "cutting edge" lately and have been using gvim.
                              >[/color]

                              Actually I lied. I'm using gvim!

                              --
                              convert uppercase WORDS to single keystrokes to reply

                              Comment

                              Working...