IDE

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

    #1

    IDE

    Which professional free IDE for PHP is the best to use?
  • GS

    #2
    Re: IDE

    "betty" <123betty@gmail .comwrote in message
    news:4942c56b-83ad-4ba2-bc36-b15f0083d7ad@a2 6g2000prf.googl egroups.com...
    Which professional free IDE for PHP is the best to use?

    I'm not sure it's the best, but PSPad has always worked for me for
    hand-coding.

    Comment

    • =?ISO-8859-1?Q?=22=C1lvaro_G=2E_Vicario=22?=

      #3
      Re: IDE

      betty escribió:
      Which professional free IDE for PHP is the best to use?
      There's not such thing as "best" IDE for PHP, but if you're looking for
      a coding tool with some advanced features these are alternatives you
      could consider:

      * Eclipse PDT: Eclipse is a quite veteran IDE written in Java with lots
      of features. It was created to write Java code but now it has support
      for many other languages. PDT is the PHP support for Eclipse.

      * NetBeans: It's another IDE written in Java. It's in the same line as
      Eclipse (Java IDE evolved) though I think it's not as bloated as
      Eclipse. Its PHP support is quite new.

      * Komodo Edit: It's the free version of Komodo IDE and it's based in the
      Mozilla XUL platform. It's very nice and well thought.

      Neither Java nor XUL are particularly fast but, apart from the time they
      take to launch, these three editors are quite usable. Apart from this,
      there're a lot of PHP-specific editors which are normally simple text
      editors with lots of toolbars and some advanced functions.

      Also, there's a PHP extension called Xdebug that allows you to generate
      debugging info you can read in many IDEs.

      It may be obvious but... These are coding aids, don't expect a visual
      HTML editor where you can drag and drop controls.


      --
      -- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
      -- Mi sitio sobre programación web: http://bits.demogracia.com
      -- Mi web de humor al baño María: http://www.demogracia.com
      --

      Comment

      • Erwin Moller

        #4
        Re: IDE

        betty schreef:
        Which professional free IDE for PHP is the best to use?
        Hi, you said free.
        I made the mistake to buy Zend Studio 5.5.1 standard edition.
        I thought: "Made by Zend: must be very good.", but I was wrong.

        It is not worth its money: has multiple bugs, the most annoying is the
        buggy 'undo' function that sometimes undoes a whole days work.

        But what is best for you?
        Hard to say, check this: http://www.phpeditors.com/

        Personally, I loved Netbeans (for my Java projects), and they now have a
        PHP support too. I didn't check it yet, but if it is anything like their
        Java version it must be good. :-)

        Regards,
        Erwin Moller


        --
        "There are two ways of constructing a software design: One way is to
        make it so simple that there are obviously no deficiencies, and the
        other way is to make it so complicated that there are no obvious
        deficiencies. The first method is far more difficult."
        -- C.A.R. Hoare

        Comment

        • Michael

          #5
          Re: IDE

          On Nov 14, 10:47 am, Erwin Moller
          <Since_humans_r ead_this_I_am_s pammed_too_m... @spamyourself.c omwrote:
          betty schreef:
          >
          Which professional free IDE for PHP is the best to use?
          >
          Hi, you said free.
          I made the mistake to buy Zend Studio 5.5.1 standard edition.
          I thought: "Made by Zend: must be very good.", but I was wrong.
          >
          It is not worth its money: has multiple bugs, the most annoying is the
          buggy 'undo' function that sometimes undoes a whole days work.
          >
          But what is best for you?
          Hard to say, check this:http://www.phpeditors.com/
          >
          Personally, I loved Netbeans (for my Java projects), and they now have a
          PHP support too. I didn't check it yet, but if it is anything like their
          Java version it must be good. :-)
          >
          Regards,
          Erwin Moller
          >
          --
          "There are two ways of constructing a software design: One way is to
          make it so simple that there are obviously no deficiencies, and the
          other way is to make it so complicated that there are no obvious
          deficiencies. The first method is far more difficult."
          -- C.A.R. Hoare
          Hi!

          New version of Netbeans is very cool. And free!

          Regards, Michael

          Comment

          • betty

            #6
            Re: IDE

            I'll for Eclipse.

            Thanks e/o!!!

            Comment

            • 703designs

              #7
              Re: IDE

              On Nov 15, 2:39 pm, betty <123be...@gmail .comwrote:
              I'll for Eclipse.
              >
              Thanks e/o!!!
              I use Vim for most everything. It's a very good PHP editor.

              Thomas

              Comment

              • larry@portcommodore.com

                #8
                Re: IDE

                On Nov 13, 11:34 pm, betty <123be...@gmail .comwrote:
                Which professional free IDE for PHP is the best to use?
                Some that wern't mentioned are Quanta Plus, Bluefish and Screem. I
                picked Quanta cause it has a very usable site manager on it and a
                somewhat WYSIWYG editor (YMMV), also the text editor in it (Kate) is
                probably one of the best, also it integrates Kfilereplace which can do
                search/replaces to files project wide. Though Bluefish and Screem had
                their good points too.

                Comment

                • JRough

                  #9
                  Re: IDE

                  On Nov 13, 11:34 pm, betty <123be...@gmail .comwrote:
                  Which professional free IDE for PHP is the best to use?
                  You left off netbeans. It has an IDE and it has been developed for
                  PHP and it is free open source and it has a debugger.

                  Comment

                  Working...