Trying to find a good PHP GUI, any suggeestions?

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

    #1

    Trying to find a good PHP GUI, any suggeestions?

    I am looking to get started using PHP and I am looking for a nice GUI to
    use.
    Basically I have been programing in Macromedia Director, and Macromedia
    Flash for years now, and I have gotten spoiled by having auto code
    formating, basic error checking, and a nice library of syntax with help
    featured attached to them for when I am trying to hunt down the perfect
    piece of syntax or trying to make sure I have used a piece of syntax
    correctly.

    Any suggestions? I know there a lot of PHP interfaces out there, and I have
    no idea which ones are worth looking into.

    Thanks tons for any advice you guys have for me.

    Will Ferrer





  • DJ Craig

    #2
    Re: Trying to find a good PHP GUI, any suggeestions?

    Macromedia Dreamweaver will help some. Does color coding and tooltips
    showing function parameters. Still nothing like Director.

    Comment

    • Fran García

      #3
      Re: Trying to find a good PHP GUI, any suggeestions?

      PHPDesigner 2005 (Freeware) http://www.mpsoftware.dk/
      Eclipse + PHPEclipse (Open source) http://www.eclipse.org +

      DevPHP (Open source) http://devphp.sourceforge.net

      DJ Craig wrote:[color=blue]
      > Macromedia Dreamweaver will help some. Does color coding and tooltips
      > showing function parameters. Still nothing like Director.
      >[/color]

      Comment

      • R. Rajesh Jeba Anbiah

        #4
        Re: Trying to find a good PHP GUI, any suggeestions?

        Will Ferrer wrote:[color=blue]
        > I am looking to get started using PHP and I am looking for a nice GUI to
        > use.
        > Basically I have been programing in Macromedia Director, and Macromedia[/color]
        <snip>

        <news:abc4d8b8. 0504170433.5860 16c7@posting.go ogle.com> (
        http://groups.google.com/group/comp....5b35d0b0d8a5d6 )

        --
        <?php echo 'Just another PHP saint'; ?>
        Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

        Comment

        • Adam

          #5
          Re: Trying to find a good PHP GUI, any suggeestions?

          On 3 Oct 2005 05:41:53 -0700, DJ Craig wrote:
          [color=blue]
          >Macromedia Dreamweaver will help some. Does color coding and tooltips
          >showing function parameters. Still nothing like Director.[/color]

          I've been trialling DW8. It has code-collapsing (at LAST!) and a few
          other doo-dads. No inbult debugger, but I never use one anyway.

          You'll probably be familiar with the interface. I use it in text only
          mode - with no fancy code re-writing options etc. - which makes it
          probably the most expensive text editor around <hehehe>.

          Also, I never bother with any of the "live data" options as I found
          them pretty chronic to use.

          On the *good* side ... file & site management functions are pretty
          good. Syntax checkers are OK too.

          Worth a trial at least.

          Adam.

          Comment

          • Justin Koivisto

            #6
            Re: Trying to find a good PHP GUI, any suggeestions?

            Will Ferrer wrote:
            [color=blue]
            > I am looking to get started using PHP and I am looking for a nice GUI to
            > use.[/color]

            An IDE perhaps? If you want a GUI, look into php-gtk; hoever, since you
            are looking to get started, I assume you mean an IDE (Integrated
            Development Environment) or at the very least some kind of code editor.

            --
            Justin Koivisto, ZCE - justin@koivi.co m

            Comment

            • Jessika Reed

              #7
              Re: Trying to find a good PHP GUI, any suggeestions?

              You definitely meant IDE, did you? no GUI will give you all the
              features you need. I'd recommend you PhpED (www.nusphere.com) - it has
              all that you mentioned plus code completion (it suggests you syntax as
              you tipe) and a really nice debugger as well.

              I'm using that one myself and I really love that one.

              I believe you have to sign in for a trial, though

              Comment

              • Jessika Reed

                #8
                Re: Trying to find a good PHP GUI, any suggeestions?

                You definitely meant IDE, did you? no GUI will give you all the
                features you need. I'd recommend you PhpED (www.nusphere.com) - it has
                all that you mentioned plus code completion (it suggests you syntax as
                you tipe) and a really nice debugger as well.

                I'm using that one myself and I really love it.

                I believe you have to sign in for a trial, though

                Comment

                • strahil@gmail.com

                  #9
                  Re: Trying to find a good PHP GUI, any suggeestions?

                  Download Notepad++ for free. Notepad++ project is moving to GitHub: Notepad++ project is moving to GitHub: https://github.com/notepad-plus-plus/notepad-plus-plus


                  This is the PHP editor I've been using for a long time.

                  In my opinion the Zend Studio is the best IDE for PHP, but it costs :)

                  Comment

                  • Jessika Reed

                    #10
                    Re: Trying to find a good PHP GUI, any suggeestions?


                    strahil@gmail.c om wrote:
                    [color=blue]
                    > In my opinion the Zend Studio is the best IDE for PHP, but it costs :)[/color]

                    I could argue here, but eventually it's all a question of taste :)

                    Comment

                    • anne

                      #11
                      Re: Trying to find a good PHP GUI, any suggeestions?

                      Will Ferrer wrote:
                      [color=blue]
                      > I am looking to get started using PHP and I am looking for a nice GUI to
                      > use.
                      > Basically I have been programing in Macromedia Director, and Macromedia
                      > Flash for years now, and I have gotten spoiled by having auto code
                      > formating, basic error checking, and a nice library of syntax with help
                      > featured attached to them for when I am trying to hunt down the perfect
                      > piece of syntax or trying to make sure I have used a piece of syntax
                      > correctly.
                      >
                      > Any suggestions? I know there a lot of PHP interfaces out there, and I
                      > have no idea which ones are worth looking into.
                      >
                      > Thanks tons for any advice you guys have for me.
                      >
                      > Will Ferrer[/color]

                      Comment

                      • Will Ferrer

                        #12
                        Re: Trying to find a good PHP GUI, any suggeestions?

                        Wow thanks for all the great feed back every one! I will start checking
                        those all out.

                        And yes I meant IDE (Sorry bout that).

                        once again thanks for all the help (nice change of pace from posting in a
                        macromedia news group ;).

                        W


                        Comment

                        • Will Ferrer

                          #13
                          Re: Trying to find a good PHP GUI, any suggeestions?

                          Wow thanks for all the great feed back every one! I will start checking
                          those all out.

                          And yes I meant IDE (Sorry bout that).

                          once again thanks for all the help (nice change of pace from posting in a
                          macromedia news group ;).

                          W


                          Comment

                          Working...