Zend

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

    Zend

    Hi all

    At the moment, I use Dreamweaver to develop the basics of my PHP stuff and
    then hand tune anything that I need to. I'm now looking at the next level
    and was wondering about Zend.

    What I like about DW - from a lazy man's point of view - is that I can click
    on a button to add loops or user authorisation or all sorts of other things
    that would take me hours to hand code. Is the same sort of thing available
    for Zend?

    Cheers

    Andy


  • steve

    #2
    Re: Zend

    "AJ" wrote:[color=blue]
    > Hi all
    >
    > At the moment, I use Dreamweaver to develop the basics of my PHP[/color]
    stuff[color=blue]
    > and
    > then hand tune anything that I need to. I’m now looking at the
    > next level
    > and was wondering about Zend.
    >
    > What I like about DW - from a lazy man’s point of view - is that
    > I can click
    > on a button to add loops or user authorisation or all sorts of[/color]
    other[color=blue]
    > things
    > that would take me hours to hand code. Is the same sort of thing
    > available
    > for Zend?
    >
    > Cheers
    >
    > Andy[/color]

    AJ, I am not too familiar with DW, but zend is primarily an IDE for
    php. It can provide some assistance with html coding, but that is
    probably much better done by DW.

    The lazy aspects of zend relate to proposing variable names when you
    type a few chars of their name, or telling you the argumnets of your
    functions, etc. but that is for php.

    --
    http://www.dbForumz.com/ This article was posted by author's request
    Articles individually checked for conformance to usenet standards
    Topic URL: http://www.dbForumz.com/PHP-Zend-ftopict136882.html
    Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=457261

    Comment

    • Pjotr Wedersteers

      #3
      Re: Zend

      AJ wrote:[color=blue]
      > Hi all
      >
      > At the moment, I use Dreamweaver to develop the basics of my PHP
      > stuff and then hand tune anything that I need to. I'm now looking at
      > the next level and was wondering about Zend.
      >
      > What I like about DW - from a lazy man's point of view - is that I
      > can click on a button to add loops or user authorisation or all sorts
      > of other things that would take me hours to hand code. Is the same
      > sort of thing available for Zend?
      >
      > Cheers
      >
      > Andy[/color]

      I tried the latest Zend Development client and am not really happy with it.
      First of all it's a java client and that isn't really something I am all
      that happy about and I have had several cases where an endless loop in a
      script caused the debugger to crash, and I had to manually stop php in the
      XP Taskmanager. Also it has some weird quirks, like when you go back into a
      variable you already partly typed, it keeps trying to autocomplete the name.
      Hard to precisely explain, but annoying. For 350 bucks I wasn't really
      impressed.
      Pjotr


      Comment

      • AJ

        #4
        Re: Zend

        steve <UseLinkToEmail @dbForumz.com> wrote in message news:<41126c29$ 1_4@news.athena news.com>...[color=blue]
        > "AJ" wrote:[color=green]
        > > Hi all
        > >
        > > At the moment, I use Dreamweaver to develop the basics of my PHP[/color]
        > stuff[color=green]
        > > and
        > > then hand tune anything that I need to. I?m now looking at the
        > > next level
        > > and was wondering about Zend.
        > >
        > > What I like about DW - from a lazy man?s point of view - is that
        > > I can click
        > > on a button to add loops or user authorisation or all sorts of[/color]
        > other[color=green]
        > > things
        > > that would take me hours to hand code. Is the same sort of thing
        > > available
        > > for Zend?
        > >
        > > Cheers
        > >
        > > Andy[/color]
        >
        > AJ, I am not too familiar with DW, but zend is primarily an IDE for
        > php. It can provide some assistance with html coding, but that is
        > probably much better done by DW.[/color]

        IDE?
        [color=blue]
        >
        > The lazy aspects of zend relate to proposing variable names when you
        > type a few chars of their name, or telling you the argumnets of your
        > functions, etc. but that is for php.[/color]

        See, with DW, it makes life very, very easy. Let's say I want a sign
        up process where the visitor chooses a username and password. I also
        want it to check the username field in the table to disallow
        duplicates before it adds a new one. Once I've created the table, etc
        using PHPMyAdmin, it would probably take me less than 5 minutes to
        create the signup page, the error page and the success page.

        I started learning PHP by hand coding it and got nowhere. Using DW
        has meant that i can write some pretty good stuff and I just pull it
        apart to work out what's going on. I learn much more like this.

        AJ

        Comment

        • steve

          #5
          Re: Re: Zend

          "Pjotr Wedersteers" wrote:[color=blue]
          > AJ wrote:[color=green]
          > > Hi all
          > >
          > > At the moment, I use Dreamweaver to develop the basics of my PHP
          > > stuff and then hand tune anything that I need to. I’m now[/color]
          > looking at[color=green]
          > > the next level and was wondering about Zend.
          > >
          > > What I like about DW - from a lazy man’s point of view - is[/color]
          > that I[color=green]
          > > can click on a button to add loops or user authorisation or all[/color]
          > sorts[color=green]
          > > of other things that would take me hours to hand code. Is the[/color][/color]
          same[color=blue][color=green]
          > > sort of thing available for Zend?
          > >
          > > Cheers
          > >
          > > Andy[/color]
          >
          > I tried the latest Zend Development client and am not really happy
          > with it.
          > First of all it’s a java client and that isn’t really
          > something I am all
          > that happy about and I have had several cases where an endless loop[/color]
          in[color=blue]
          > a
          > script caused the debugger to crash, and I had to manually stop php[/color]
          in[color=blue]
          > the
          > XP Taskmanager. Also it has some weird quirks, like when you go[/color]
          back[color=blue]
          > into a
          > variable you already partly typed, it keeps trying to autocomplete[/color]
          the[color=blue]
          > name.
          > Hard to precisely explain, but annoying. For 350 bucks I wasn’t
          > really
          > impressed.
          > Pjotr[/color]

          Hi Pjotr,

          I have used it for avg. 4-6 hours a day for the last 6 months. No
          complaints. That is my personal experience. I run it on Windows.
          The product may have problems, but one has to compare with the others
          in the field. I was not impressed with the free stuff, and the
          closest was Nusphere phped for $500 (zend was $250, has price gone
          up?). I could not see a compelling reason to go to Nusphere.

          --
          http://www.dbForumz.com/ This article was posted by author's request
          Articles individually checked for conformance to usenet standards
          Topic URL: http://www.dbForumz.com/PHP-Zend-ftopict136882.html
          Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=457668

          Comment

          • Ben Cottrell

            #6
            Re: Zend

            AJ wrote:
            [color=blue][color=green]
            >>AJ, I am not too familiar with DW, but zend is primarily an IDE for
            >>php. It can provide some assistance with html coding, but that is
            >>probably much better done by DW.[/color]
            >
            >
            > IDE?[/color]

            IDE means Integrated Development Environment.. in plain english, it's
            an application which assists a developer with writing code. it's
            basically a collection of useful tools integrated into one package
            (often with some form of GUI) which work together to make the
            developer's life that little bit easier, and taking some of the pain out
            of some of the really mundane tasks.

            --
            Ben Cottrell AKA Bench

            Disclaimer:
            This post may contain explicit depictions of things which are "real".
            These "real" things are commonly known as 'life'! So, if it sounds
            sarcastic, don't take it seriously. If it sounds hazardous, Do not try
            this at home or at all. And if it offends you, just don't read it.

            Comment

            • steve

              #7
              Re: Re: Zend

              "AJ" wrote:[color=blue]
              > steve <UseLinkToEmail @dbForumz.com> wrote in message
              > news:<41126c29[/color]
              _4@news.athenan ews.com>...[color=blue][color=green]
              > > "AJ" wrote:[color=darkred]
              > > > Hi all
              > > >
              > > > At the moment, I use Dreamweaver to develop the basics of[/color][/color]
              > my PHP[color=green]
              > > stuff[color=darkred]
              > > > and
              > > > then hand tune anything that I need to. I?m now looking at[/color][/color]
              > the[color=green][color=darkred]
              > > > next level
              > > > and was wondering about Zend.
              > > >
              > > > What I like about DW - from a lazy man?s point of view - is[/color][/color]
              > that[color=green][color=darkred]
              > > > I can click
              > > > on a button to add loops or user authorisation or all sorts[/color][/color]
              > of[color=green]
              > > other[color=darkred]
              > > > things
              > > > that would take me hours to hand code. Is the same sort of[/color][/color]
              > thing[color=green][color=darkred]
              > > > available
              > > > for Zend?
              > > >
              > > > Cheers
              > > >
              > > > Andy[/color]
              > >
              > > AJ, I am not too familiar with DW, but zend is primarily an IDE[/color]
              > for[color=green]
              > > php. It can provide some assistance with html coding, but that[/color]
              > is[color=green]
              > > probably much better done by DW.[/color]
              >
              > IDE?
              >[color=green]
              > >
              > > The lazy aspects of zend relate to proposing variable names when[/color]
              > you[color=green]
              > > type a few chars of their name, or telling you the argumnets of[/color]
              > your[color=green]
              > > functions, etc. but that is for php.[/color]
              >
              > See, with DW, it makes life very, very easy. Let’s say I want a
              > sign
              > up process where the visitor chooses a username and password. I[/color]
              also[color=blue]
              > want it to check the username field in the table to disallow
              > duplicates before it adds a new one. Once I’ve created the
              > table, etc
              > using PHPMyAdmin, it would probably take me less than 5 minutes to
              > create the signup page, the error page and the success page.
              >
              > I started learning PHP by hand coding it and got nowhere. Using DW
              > has meant that i can write some pretty good stuff and I just pull[/color]
              it[color=blue]
              > apart to work out what’s going on. I learn much more like this.
              >
              > AJ[/color]

              That sounds great, AJ. The other approach is to find an existing
              script, and then use a good PHP IDE to customize it to your need.

              --
              http://www.dbForumz.com/ This article was posted by author's request
              Articles individually checked for conformance to usenet standards
              Topic URL: http://www.dbForumz.com/PHP-Zend-ftopict136882.html
              Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=457743

              Comment

              • Pjotr Wedersteers

                #8
                Re: Re: Zend

                steve wrote:[color=blue]
                > "Pjotr Wedersteers" wrote:[color=green]
                > > AJ wrote:[color=darkred]
                > > > Hi all
                > > >
                > > > At the moment, I use Dreamweaver to develop the basics of my PHP
                > > > stuff and then hand tune anything that I need to. I'm now[/color]
                > > looking at[color=darkred]
                > > > the next level and was wondering about Zend.
                > > >
                > > > What I like about DW - from a lazy man's point of view - is[/color]
                > > that I[color=darkred]
                > > > can click on a button to add loops or user authorisation or all[/color]
                > > sorts[color=darkred]
                > > > of other things that would take me hours to hand code. Is the[/color][/color]
                > same[color=green][color=darkred]
                > > > sort of thing available for Zend?
                > > >
                > > > Cheers
                > > >
                > > > Andy[/color]
                > >
                > > I tried the latest Zend Development client and am not really happy
                > > with it.
                > > First of all it's a java client and that isn't really
                > > something I am all
                > > that happy about and I have had several cases where an endless loop[/color]
                > in[color=green]
                > > a
                > > script caused the debugger to crash, and I had to manually stop php[/color]
                > in[color=green]
                > > the
                > > XP Taskmanager. Also it has some weird quirks, like when you go[/color]
                > back[color=green]
                > > into a
                > > variable you already partly typed, it keeps trying to autocomplete[/color]
                > the[color=green]
                > > name.
                > > Hard to precisely explain, but annoying. For 350 bucks I wasn't
                > > really
                > > impressed.
                > > Pjotr[/color]
                >
                > Hi Pjotr,
                >
                > I have used it for avg. 4-6 hours a day for the last 6 months. No
                > complaints. That is my personal experience. I run it on Windows.
                > The product may have problems, but one has to compare with the others
                > in the field. I was not impressed with the free stuff, and the
                > closest was Nusphere phped for $500 (zend was $250, has price gone
                > up?). I could not see a compelling reason to go to Nusphere.[/color]

                True, I haven't tested all the free ones yet (I had not too much confidence
                in those and decided to try Zend first, as they are a big name in php), 350
                was a typo, sorry. 249$ still. My bad.

                Maybe I am spoilt and thus biased by those neat integrated environments like
                ..NET ide and Delphi and such. I could have checked the competition first.
                Again, my bad.

                Still, I am not really impressed. But opinions.... yup, I also have one of
                those ;-)
                Bye
                Pjotr


                Comment

                • steve

                  #9
                  Re: Re: Re: Zend

                  "Pjotr Wedersteers" wrote:[color=blue]
                  > steve wrote:[color=green]
                  > > "Pjotr Wedersteers" wrote:[color=darkred]
                  > > > AJ wrote:
                  > > > > Hi all
                  > > > >
                  > > > > At the moment, I use Dreamweaver to develop the basics of my[/color][/color]
                  > PHP[color=green][color=darkred]
                  > > > > stuff and then hand tune anything that I need to. I’m[/color][/color]
                  > now[color=green][color=darkred]
                  > > > looking at
                  > > > > the next level and was wondering about Zend.
                  > > > >
                  > > > > What I like about DW - from a lazy man’s point of view -[/color][/color]
                  > is[color=green][color=darkred]
                  > > > that I
                  > > > > can click on a button to add loops or user authorisation or[/color][/color][/color]
                  all[color=blue][color=green][color=darkred]
                  > > > sorts
                  > > > > of other things that would take me hours to hand code. Is[/color][/color][/color]
                  the[color=blue][color=green]
                  > > same[color=darkred]
                  > > > > sort of thing available for Zend?
                  > > > >
                  > > > > Cheers
                  > > > >
                  > > > > Andy
                  > > >
                  > > > I tried the latest Zend Development client and am not really[/color][/color]
                  > happy[color=green][color=darkred]
                  > > > with it.
                  > > > First of all it’s a java client and that isn’t really
                  > > > something I am all
                  > > > that happy about and I have had several cases where an endless[/color][/color]
                  > loop[color=green]
                  > > in[color=darkred]
                  > > > a
                  > > > script caused the debugger to crash, and I had to manually[/color][/color][/color]
                  stop[color=blue]
                  > php[color=green]
                  > > in[color=darkred]
                  > > > the
                  > > > XP Taskmanager. Also it has some weird quirks, like when you[/color][/color][/color]
                  go[color=blue][color=green]
                  > > back[color=darkred]
                  > > > into a
                  > > > variable you already partly typed, it keeps trying to[/color][/color]
                  > autocomplete[color=green]
                  > > the[color=darkred]
                  > > > name.
                  > > > Hard to precisely explain, but annoying. For 350 bucks I[/color][/color]
                  > wasn’t[color=green][color=darkred]
                  > > > really
                  > > > impressed.
                  > > > Pjotr[/color]
                  > >
                  > > Hi Pjotr,
                  > >
                  > > I have used it for avg. 4-6 hours a day for the last 6 months.[/color][/color]
                  No[color=blue][color=green]
                  > > complaints. That is my personal experience. I run it on[/color][/color]
                  Windows.[color=blue][color=green]
                  > > The product may have problems, but one has to compare with the[/color]
                  > others[color=green]
                  > > in the field. I was not impressed with the free stuff, and the
                  > > closest was Nusphere phped for 0 (zend was 0, has price gone
                  > > up?). I could not see a compelling reason to go to Nusphere.[/color]
                  >
                  > True, I haven’t tested all the free ones yet (I had not too much
                  > confidence
                  > in those and decided to try Zend first, as they are a big name in
                  > php), 350
                  > was a typo, sorry. 249$ still. My bad.
                  >
                  > Maybe I am spoilt and thus biased by those neat integrated
                  > environments like
                  > ..NET ide and Delphi and such. I could have checked the competition
                  > first.
                  > Again, my bad.
                  >
                  > Still, I am not really impressed. But opinions.... yup, I also have
                  > one of
                  > those
                  > Bye
                  > Pjotr[/color]

                  Hi Pjotr,
                  I also develop extensively in Visual InterDev (predec. to .Net but
                  similar). I find zend easier to develop in, and does not hang
                  (requiring reboot) every 30 minutes. ".Net" version of interdev is
                  much better I am sure.

                  What I find is that in php, there are so many great scripts already
                  written so there is very little need to develop "from scratch". So
                  a good IDE for me is not one that can develop an application, but one
                  that helps me single step into an existing code, add things here and
                  there, and breakpoint and debug. Perhpas my use model is a bit
                  different from one developing an app from scratch.

                  --
                  http://www.dbForumz.com/ This article was posted by author's request
                  Articles individually checked for conformance to usenet standards
                  Topic URL: http://www.dbForumz.com/PHP-Zend-ftopict136882.html
                  Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=459412

                  Comment

                  • R. Rajesh Jeba Anbiah

                    #10
                    Re: Zend

                    "Pjotr Wedersteers" <x33159@westert erp.com> wrote in message news:<41128fbd$ 0$568$e4fe514c@ news.xs4all.nl> ...
                    <snip>[color=blue]
                    > I tried the latest Zend Development client and am not really happy with it.
                    > First of all it's a java client and that isn't really something I am all
                    > that happy about and I have had several cases where an endless loop in a
                    > script caused the debugger to crash, and I had to manually stop php in the
                    > XP Taskmanager. Also it has some weird quirks, like when you go back into a
                    > variable you already partly typed, it keeps trying to autocomplete the name.
                    > Hard to precisely explain, but annoying. For 350 bucks I wasn't really
                    > impressed.[/color]

                    It's a well known fact that Zend is slowy. The Java client could
                    have saved the time of developers for cross platform issues, but not
                    the users.

                    You may try PHPEdit (not free now) or PHP Coder (free) or devphp
                    (free).

                    --
                    | Just another PHP saint |
                    Email: rrjanbiah-at-Y!com

                    Comment

                    • steve

                      #11
                      Re: Re: Zend

                      "R. Rajesh Jeba Anb" wrote:[color=blue]
                      > "Pjotr Wedersteers" <x33159@westert erp.com> wrote in message
                      > news:<41128fbd[quote:6a6a759ad b="R. Rajesh Jeba Anb"]"Pjotr Wedersteers" <x33159@westert erp.com> wrote in message news:<41128fbd$ 0$568$e4fe514c@ news.xs4all.nl> ...[/color]
                      <snip>[color=blue]
                      > I tried the latest Zend Development client and am not really happy[/color]
                      with it.[color=blue]
                      > First of all it’s a java client and that isn’t really something I am[/color]
                      all[color=blue]
                      > that happy about and I have had several cases where an endless loop[/color]
                      in a[color=blue]
                      > script caused the debugger to crash, and I had to manually stop php[/color]
                      in the[color=blue]
                      > XP Taskmanager. Also it has some weird quirks, like when you go back[/color]
                      into a[color=blue]
                      > variable you already partly typed, it keeps trying to autocomplete[/color]
                      the name.[color=blue]
                      > Hard to precisely explain, but annoying. For 350 bucks I wasn’t[/color]
                      really[color=blue]
                      > impressed.[/color]

                      It’s a well known fact that Zend is slowy. The Java client could
                      have saved the time of developers for cross platform issues, but not
                      the users.

                      You may try PHPEdit (not free now) or PHP Coder (free) or devphp
                      (free).
                      [/quote:6a6a759ad b]
                      8$e4fe514c@news .xs4all.nl>...[color=blue]
                      > <snip>[color=green]
                      > > I tried the latest Zend Development client and am not really[/color]
                      > happy with it.[color=green]
                      > > First of all it’s a java client and that isn’t really[/color]
                      > something I am all[color=green]
                      > > that happy about and I have had several cases where an endless[/color]
                      > loop in a[color=green]
                      > > script caused the debugger to crash, and I had to manually stop[/color]
                      > php in the[color=green]
                      > > XP Taskmanager. Also it has some weird quirks, like when you go[/color]
                      > back into a[color=green]
                      > > variable you already partly typed, it keeps trying to[/color]
                      > autocomplete the name.[color=green]
                      > > Hard to precisely explain, but annoying. For 350 bucks I[/color]
                      > wasn’t really[color=green]
                      > > impressed.[/color]
                      >
                      > It’s a well known fact that Zend is slowy. The Java client
                      > could
                      > have saved the time of developers for cross platform issues, but[/color]
                      not[color=blue]
                      > the users.
                      >
                      > You may try PHPEdit (not free now) or PHP Coder (free) or devphp
                      > (free).
                      >[/color]

                      Yes, zend could be faster. Perhpas I’ve got used to it, as it does
                      not bother me, but everyone should try to see if it is fast enough for
                      them.

                      --
                      http://www.dbForumz.com/ This article was posted by author's request
                      Articles individually checked for conformance to usenet standards
                      Topic URL: http://www.dbForumz.com/PHP-Zend-ftopict136882.html
                      Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=460177

                      Comment

                      • Mudge

                        #12
                        Re: Zend

                        AJ wrote:
                        [color=blue]
                        > Hi all
                        >
                        > At the moment, I use Dreamweaver to develop the basics of my PHP stuff and
                        > then hand tune anything that I need to. I'm now looking at the next level
                        > and was wondering about Zend.
                        >
                        > What I like about DW - from a lazy man's point of view - is that I can
                        > click on a button to add loops or user authorisation or all sorts of other
                        > things
                        > that would take me hours to hand code. Is the same sort of thing
                        > available for Zend?
                        >
                        > Cheers
                        >
                        > Andy[/color]

                        Man. I can only say eww. First, Windows, eww. Second, using what you see
                        is what you get, eww.

                        eww.


                        Ok, that's not very descriptive and I'm now trying to be nicer on Usenet.
                        The advantage of doing everything by hand is it makes the code more
                        familiar to you and after more practice you can become very skilled and
                        quite flexible and innovative. It doesn't "take a long time" once you are
                        good at it. You can also build up your own libraries of functions, code and
                        objects and include them using "include_once(' filename');"

                        I would never use Windows unless I needed to test Web sites in Internet
                        Explorer, but i'd do all the development and everything else on Linux.
                        Linux has some good editors: vi, emacs -- and if you are not ready for that
                        you could use Quantas, or kdevelop or even kwrite.

                        Though, on Windows, there is always notepad.

                        commercial, permmicial,

                        Things are commercial because people want to sell stuff, doesn't mean you
                        should buy it.

                        Mudge

                        Comment

                        • Pjotr Wedersteers

                          #13
                          Re: Re: Zend

                          Pjotr Wedersteers wrote:[color=blue]
                          > steve wrote:[color=green]
                          >> "Pjotr Wedersteers" wrote:[color=darkred]
                          >> > AJ wrote:
                          >> > > Hi all
                          >>>> Hi Pjotr,[/color]
                          >>
                          >> I have used it for avg. 4-6 hours a day for the last 6 months. No
                          >> complaints. That is my personal experience. I run it on Windows.
                          >> The product may have problems, but one has to compare with the others
                          >> in the field. I was not impressed with the free stuff, and the
                          >> closest was Nusphere phped for $500 (zend was $250, has price gone
                          >> up?). I could not see a compelling reason to go to Nusphere.[/color]
                          >
                          > True, I haven't tested all the free ones yet (I had not too much
                          > confidence in those and decided to try Zend first, as they are a big
                          > name in php), 350 was a typo, sorry. 249$ still. My bad.
                          >[/color]

                          Update: downloaded PHPEdit 1.0.3.68 and since I am not doing any commercial
                          stuff with it applied for and received a FREE personal license for this one.
                          I'm not yet fully a friend of the debugger, (you?) but the look and feel on
                          a whole are promising to say the least. And it has HTML output too, as well
                          as regular console. Speed is ok. Code beautifier is great. Help files could
                          be better/more complete, agreed. Sure looks to be a true competitor for
                          Zend. Which is good I think!

                          AFAIAC, recommended to try!
                          Best!
                          Pjotr


                          Comment

                          • steve

                            #14
                            Re: Re: Re: Zend

                            "Pjotr Wedersteers" wrote:[color=blue]
                            > Pjotr Wedersteers wrote:[color=green]
                            > > steve wrote:[color=darkred]
                            > >> "Pjotr Wedersteers" wrote:
                            > >> > AJ wrote:
                            > >> > > Hi all
                            > >>>> Hi Pjotr,
                            > >>
                            > >> I have used it for avg. 4-6 hours a day for the last 6 months.[/color][/color][/color]
                            No[color=blue][color=green][color=darkred]
                            > >> complaints. That is my personal experience. I run it on[/color][/color][/color]
                            Windows.[color=blue][color=green][color=darkred]
                            > >> The product may have problems, but one has to compare with the[/color][/color]
                            > others[color=green][color=darkred]
                            > >> in the field. I was not impressed with the free stuff, and the
                            > >> closest was Nusphere phped for 0 (zend was 0, has price gone
                            > >> up?). I could not see a compelling reason to go to Nusphere.[/color]
                            > >
                            > > True, I haven’t tested all the free ones yet (I had not too[/color]
                            > much[color=green]
                            > > confidence in those and decided to try Zend first, as they are a[/color][/color]
                            big[color=blue][color=green]
                            > > name in php), 350 was a typo, sorry. 249$ still. My bad.
                            > >[/color]
                            >
                            > Update: downloaded PHPEdit 1.0.3.68 and since I am not doing any
                            > commercial
                            > stuff with it applied for and received a FREE personal license for
                            > this one.
                            > I’m not yet fully a friend of the debugger, (you?) but the look
                            > and feel on
                            > a whole are promising to say the least. And it has HTML output too,[/color]
                            as[color=blue]
                            > well
                            > as regular console. Speed is ok. Code beautifier is great. Help[/color]
                            files[color=blue]
                            > could
                            > be better/more complete, agreed. Sure looks to be a true competitor
                            > for
                            > Zend. Which is good I think!
                            >
                            > AFAIAC, recommended to try!
                            > Best!
                            > Pjotr[/color]

                            Last I looked at phpedit was 6 months ago, so I am glad that the
                            product is now in good shape. It was then a bit too rought for my
                            taste. So my recommendation is to try phpedit first (since it is
                            free), if it does not work for you, go to zend.

                            --
                            http://www.dbForumz.com/ This article was posted by author's request
                            Articles individually checked for conformance to usenet standards
                            Topic URL: http://www.dbForumz.com/PHP-Zend-ftopict136882.html
                            Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=463012

                            Comment

                            Working...