PHP IDE

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

    PHP IDE

    Hi guys!!
    Surfing thw web looking for a PHP IDE, I've found those 7 IDEs:

    0) PHP IDE Project
    1) PHPEclipse
    2) ActiveState's Komodo
    3) PHP Designer
    4) NuSphere's PhpED
    5) PHPEdit
    6) Zend Studio

    Now.. before trying any of them, I would like to know if anyone here is
    already coding with an IDE support and if so, what of them? Are there
    other IDEs? What are "the best"? What are "pros" and "cons"??

    Thanks a lot for precious suggestions!!

    Sir Galahad
  • Jon Slaughter

    #2
    Re: PHP IDE


    "Sir Galahad" <sgalahad@tiska li.itwrote in message
    news:f1hn95$8m6 $1@nnrp-beta.newsland.i t...
    Hi guys!!
    Surfing thw web looking for a PHP IDE, I've found those 7 IDEs:
    >
    0) PHP IDE Project
    1) PHPEclipse
    2) ActiveState's Komodo
    3) PHP Designer
    4) NuSphere's PhpED
    5) PHPEdit
    6) Zend Studio
    >
    Now.. before trying any of them, I would like to know if anyone here is
    already coding with an IDE support and if so, what of them? Are there
    other IDEs? What are "the best"? What are "pros" and "cons"??
    >
    Thanks a lot for precious suggestions!!
    >
    Sir Galahad
    I haven't used anything but zend so I can't make an informed decision. But
    zend seems to be pretty good. Not like visual studio or anythign but pretty
    good. I wish it was more customizable and the interface was more streamlined
    and nicer looking.

    As far as I can tell it definitely is a complete package though. The most
    important thing IMO is the debugger beause thats really the only reason I
    use it. You can debug server side or client side. There are a few quirks I
    do not like but it does the job at this point.



    Comment

    • Sir Galahad

      #3
      Re: PHP IDE

      Jon Slaughter ha scritto:
      I haven't used anything but zend so I can't make an informed decision. [CUT]
      There are a few quirks I
      do not like but it does the job at this point.
      Thank you so much for your response :)

      Sir

      Comment

      • Schraalhans Keukenmeester

        #4
        Re: PHP IDE

        On Sat, 05 May 2007 12:45:56 +0200, Sir Galahad wrote:
        Hi guys!!
        Surfing thw web looking for a PHP IDE, I've found those 7 IDEs:
        >
        0) PHP IDE Project
        1) PHPEclipse
        2) ActiveState's Komodo
        3) PHP Designer
        4) NuSphere's PhpED
        5) PHPEdit
        6) Zend Studio
        >
        Now.. before trying any of them, I would like to know if anyone here is
        already coding with an IDE support and if so, what of them? Are there
        other IDEs? What are "the best"? What are "pros" and "cons"??
        >
        Thanks a lot for precious suggestions!!
        >
        Sir Galahad
        If you use it non-commercially, PHPedit offers a free personal license. Or
        at least they dit , I have one, but since I moved to Linux I haven't used
        it for a while. My experiences with PHPEdit are good. I tried Zend, didn't
        like it personally. Had a bit of trouble getting Eclipse to work the way I
        wanted, and switched to Quanta++. Hasn't got a debugger, so I set up a
        local copy of my hosts AMP setup.

        My 2cts.
        Sh.

        Comment

        • Piotr

          #5
          Re: PHP IDE

          Sir Galahad napisał(a):
          Hi guys!!
          Surfing thw web looking for a PHP IDE, I've found those 7 IDEs:
          >
          0) PHP IDE Project
          1) PHPEclipse
          2) ActiveState's Komodo
          3) PHP Designer
          4) NuSphere's PhpED
          5) PHPEdit
          6) Zend Studio
          >
          Now.. before trying any of them, I would like to know if anyone here is
          already coding with an IDE support and if so, what of them? Are there
          other IDEs? What are "the best"? What are "pros" and "cons"??
          >
          Thanks a lot for precious suggestions!!
          >
          Sir Galahad
          I recomend Eclipse PDT (Eclipse PHP project).
          Eclipse is great platform and the base of PDT will be used in future
          Zend Studio as well.
          The community of this IDE is quite large so you wont have trouble
          finding most answers.
          PDT is now at 0.7 and based on Eclipse 3.2. Final version is expected
          this september.
          PDT suports Zend plugin for debuging, there is also Xdebug plugin.

          Editor itself suports most features people usualy want,
          and you can customize it.

          Give it a try.

          Comment

          • Tyno Gendo

            #6
            Re: PHP IDE

            Sir Galahad wrote:
            Jon Slaughter ha scritto:
            >I haven't used anything but zend so I can't make an informed decision.
            >[CUT]
            >There are a few quirks I do not like but it does the job at this point.
            >
            Thank you so much for your response :)
            >
            Sir
            I found PHPed to be most impressive and would highly recommend it, quite
            expensive though as I bought the Professional edition. It's very fast
            and has all the features you could need.

            Zend Studio is a bit bulky I found, intellisense drags quite a bit and
            standard edition is quite low on features, no FTP, no Database connector.

            It all depends on who much you are going to be PHP'ing and how much you
            will really on advanced features.

            Before I started programming commercially I just used PSPad
            (www.pspad.com) which is a very fast and feature packed editor,
            including lots of extended goodies such as screen color grabber, hex
            editing, spell checking etc. and has a manually invoked form of
            intellisense (CTRL-J/CTRE-SPACE I think).

            Comment

            • Sanders Kaufman

              #7
              Re: PHP IDE

              Tyno Gendo wrote:
              Zend Studio is a bit bulky I found, intellisense drags quite a bit and
              standard edition is quite low on features, no FTP, no Database connector.
              I use Zend - and it DOES have FTP and database connections.

              Also that intellisense stuff absolutely *rocks*. I created
              about a hundred custom functions that I use over and over. It
              not only intellisenses PHP, but also my custom functions.

              Comment

              • alvarojaviervera@gmail.com

                #8
                Re: PHP IDE

                On 5 mayo, 07:45, Sir Galahad <sgala...@tiska li.itwrote:
                Hi guys!!
                Surfing thw web looking for a PHP IDE, I've found those 7 IDEs:
                >
                0) PHP IDE Project
                1) PHPEclipse
                2) ActiveState's Komodo
                3) PHP Designer
                4) NuSphere's PhpED
                5) PHPEdit
                6) Zend Studio
                >
                Now.. before trying any of them, I would like to know if anyone here is
                already coding with an IDE support and if so, what of them? Are there
                other IDEs? What are "the best"? What are "pros" and "cons"??
                >
                Thanks a lot for precious suggestions!!
                >
                Sir Galahad
                Ok, I suggest you a pair. Well, This is my opinion, I mean, I dont
                have truth at all (with me... :) ) It's just a point of view.

                First, you can try with PSPad - fast lightweight - nice one, for low-
                end machines. Also I work with it in my P3 with 128 Mb. Ram and
                Windows XP. (Laptop) Works Fine!
                If you have a MOBO more strong... like P4, you can try Nusphere, Its
                very good IDE, have code completion, thats make work more faster, and
                have included in package PHP, XHTML, HTML, CSS, SQL help files. Very
                good program.
                I hope be clear and you can try some package. Good luck!

                Comment

                • Mike P2

                  #9
                  Re: PHP IDE

                  I used to use PSPad (after I broke my old version of Dreamweaver), and
                  I liked it, but it wasn't so great as Zend. I am very satisfied with
                  Zend, other than it's crappy FTP thing and it's slowness and
                  instability. However, after reading previous posts in this thread, and
                  reading the description of NuSphere PHPed, I'm starting to think I'd
                  like PHPed better. I'll be giving it a try.

                  I've used ActiveState Komodo for PHP. I usually use it for PERL. It's
                  ok, I like the fact that it has a debugger, but it's FTP isn't all
                  that great either.

                  With Zend, I don't even bother using the built in FTP. I just use
                  FileZilla separately. Kind of a pain, but I find it more efficient
                  than Zend's FTP.

                  -Mike PII

                  Comment

                  • Benjamin

                    #10
                    Re: PHP IDE

                    On May 5, 11:51 am, Piotr <p...@poczta.on et.plwrote:
                    Sir Galahad napisał(a):
                    >
                    >
                    >
                    Hi guys!!
                    Surfing thw web looking for a PHP IDE, I've found those 7 IDEs:
                    >
                    0) PHP IDE Project
                    1) PHPEclipse
                    2) ActiveState's Komodo
                    3) PHP Designer
                    4) NuSphere's PhpED
                    5) PHPEdit
                    6) Zend Studio
                    >
                    Now.. before trying any of them, I would like to know if anyone here is
                    already coding with an IDE support and if so, what of them? Are there
                    other IDEs? What are "the best"? What are "pros" and "cons"??
                    >
                    Thanks a lot for precious suggestions!!
                    >
                    Sir Galahad
                    >
                    I recomend Eclipse PDT (Eclipse PHP project).
                    Here, Here! I'm big on open source, so I love Eclipse. I went from
                    SciTE to Notepad++ to Eclipse and I love it.
                    Eclipse is great platform and the base of PDT will be used in future
                    Zend Studio as well.
                    The community of this IDE is quite large so you wont have trouble
                    finding most answers.
                    PDT is now at 0.7 and based on Eclipse 3.2. Final version is expected
                    this september.
                    PDT suports Zend plugin for debuging, there is also Xdebug plugin.
                    >
                    Editor itself suports most features people usualy want,
                    and you can customize it.
                    >
                    Give it a try.

                    Comment

                    • shereshm

                      #11
                      Re: PHP IDE

                      On May 5, 10:00 pm, Benjamin <musiccomposit. ..@gmail.comwro te:
                      On May 5, 11:51 am, Piotr <p...@poczta.on et.plwrote:
                      >
                      >
                      >
                      Sir Galahad napisał(a):
                      >
                      Hi guys!!
                      Surfing thw web looking for aPHPIDE, I've found those 7 IDEs:
                      >
                      0)PHPIDEProject
                      1) PHPEclipse
                      2) ActiveState's Komodo
                      3)PHPDesigner
                      4) NuSphere's PhpED
                      5) PHPEdit
                      6) Zend Studio
                      >
                      Now..  before trying any of them, I would like to know if anyonehere is
                      already coding with anIDEsupport and if so, what of them? Are there
                      other IDEs? What are "the best"? What are "pros" and "cons"??
                      >
                      Thanks a lot for precious suggestions!!
                      >
                      Sir Galahad
                      >
                      I recomend Eclipse PDT (EclipsePHPproj ect).
                      >
                      Here, Here! I'm big on open source, so I love Eclipse. I went from
                      SciTE to Notepad++ to Eclipse and I love it.
                      >
                      >
                      >
                      Eclipse is great platform and the base of PDT will be used in future
                      Zend Studio as well.
                      The community of thisIDEis quite large so you wont have trouble
                      finding most answers.
                      PDT is now at 0.7 and based on Eclipse 3.2. Final version is expected
                      this september.
                      PDT suports Zend plugin for debuging, there is also Xdebug plugin.
                      >
                      Editor itself suports most features people usualy want,
                      and you can customize it.
                      >
                      Give it a try.- Hide quoted text -
                      >
                      - Show quoted text -- Hide quoted text -
                      >
                      - Show quoted text -
                      NuSphere's PhpED absolutely rules. They release version 5.0 - I got it
                      and can't stop playing. Definetely check it out. BTW - it blows Zend
                      out of the water, look at Zend's own forum :-). And as far as I know
                      botth PhpEDIT and Eclipse use NuSphere's debugger - the free version
                      of it.
                      Regards.

                      Comment

                      • voland111@yahoo.com

                        #12
                        Re: PHP IDE

                        I use PhpED - www.nusphere.com. If you are developing on Windows and
                        deploying anywhere - this is it, don't bother withthe rest of them.
                        shereshm is right about the debugger by the way, I found 5 companie
                        using nuSphere dbg
                        On May 5, 6:45 am, Sir Galahad <sgala...@tiska li.itwrote:
                        Hi guys!!
                        Surfing thw web looking for aPHPIDE, I've found those 7 IDEs:
                        >
                        0)PHPIDEProject
                        1) PHPEclipse
                        2) ActiveState's Komodo
                        3)PHPDesigner
                        4) NuSphere's PhpED
                        5) PHPEdit
                        6) Zend Studio
                        >
                        Now.. before trying any of them, I would like to know if anyone here is
                        already coding with anIDEsupport and if so, what of them? Are there
                        other IDEs? What are "the best"? What are "pros" and "cons"??
                        >
                        Thanks a lot for precious suggestions!!
                        >
                        Sir Galahad

                        Comment

                        • Piotr

                          #13
                          Re: PHP IDE

                          shereshm napisał(a):
                          And as far as I know
                          botth PhpEDIT and Eclipse use NuSphere's debugger - the free version
                          of it.
                          Eclipse PDT has no build in debugger. It supports however php debuger
                          protocol, thus allowing the user to use any debugger. I used zend
                          debugger and xdebug with Eclipse. There is also plugin for dbg.

                          Comment

                          • Tyno Gendo

                            #14
                            Re: PHP IDE

                            Sanders Kaufman wrote:
                            Tyno Gendo wrote:
                            >
                            >Zend Studio is a bit bulky I found, intellisense drags quite a bit and
                            >standard edition is quite low on features, no FTP, no Database connector.
                            >
                            I use Zend - and it DOES have FTP and database connections.
                            >
                            Also that intellisense stuff absolutely *rocks*. I created about a
                            hundred custom functions that I use over and over. It not only
                            intellisenses PHP, but also my custom functions.
                            It does have FTP and Database in the Professional version, not in the
                            standard, and the Pro version is very expensive if I recall.

                            Mind you, PHPed was expensive and not available under Linux.

                            Arguments I heared against Zend are that they update and charge for
                            point upgrades but PHPed has rolling yearly renewal which I think is better.

                            Comment

                            • voland111@yahoo.com

                              #15
                              Re: PHP IDE

                              On May 8, 12:48 pm, Tyno Gendo <you@localhostw rote:
                              Sanders Kaufman wrote:
                              Tyno Gendo wrote:
                              >
                              Zend Studio is a bit bulky I found, intellisense drags quite a bit and
                              standard edition is quite low on features, no FTP, no Database connector.
                              >
                              I use Zend - and it DOES have FTP and database connections.
                              >
                              Also that intellisense stuff absolutely *rocks*. I created about a
                              hundred custom functions that I use over and over. It not only
                              intellisensesPH P, but also my custom functions.
                              >
                              It does have FTP and Database in the Professional version, not in the
                              standard, and the Pro version is very expensive if I recall.
                              >
                              Mind you, PHPed was expensive and not available under Linux.
                              >
                              Arguments I heared against Zend are that they update and charge for
                              point upgrades but PHPed has rolling yearly renewal which I think is better.
                              PhpED is not more expenssive that Zend, actually I got during their
                              sale and it came out much cheaper than ZS.

                              Comment

                              Working...