WYSIWYG Web Development Software for PHP ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dejavue82@yahoo.com

    WYSIWYG Web Development Software for PHP ?

    Dear PHP users,

    I have be looking for a WYSIWYG web development tool for PHP that does
    the job of

    VWD (Visual Web Developer 2005) for ASP.NET or
    Java Studio Creator for J2EE

    Although Zend seems to be a popular tool, I have been wondering how PHP
    web developers design the GUI of a site without a native software
    package. Apart from Dreamweaver, which does however not compare really
    to the above mentioned tools and might change into something else under
    Adobe.

    Thanks for your help,

    Jim Light.

  • Drakazz

    #2
    Re: WYSIWYG Web Development Software for PHP ?

    Try DevPHP, http://devphp.sourceforge.net/

    Have a look in http://en.wikibooks.org/wiki/Programming:PHP#Editors

    If anything, using tools that generate PHP is not very good.

    If you want a commercial version, try Dreamweaver from


    It's a good tool for MySQL database usage in PHP, and generates things
    quickly although i would prefer everything done by hand :)

    Comment

    • Drakazz

      #3
      Re: WYSIWYG Web Development Software for PHP ?

      Try DevPHP, http://devphp.sourceforge.net/

      Have a look in http://en.wikibooks.org/wiki/Programming:PHP#Editors

      If anything, using tools that generate PHP is not very good.

      If you want a commercial version, try Dreamweaver from


      It's a good tool for MySQL database usage in PHP, and generates things
      quickly although i would prefer everything done by hand :)

      Comment

      • Jasen Betts

        #4
        Re: WYSIWYG Web Development Software for PHP ?

        On 2006-02-09, dejavue82@yahoo .com <dejavue82@yaho o.com> wrote:[color=blue]
        > Dear PHP users,
        >
        > I have be looking for a WYSIWYG web development tool for PHP that does
        > the job of[/color]

        why? WYG is not WIG




        --

        Bye.
        Jasen

        Comment

        • dejavue82@yahoo.com

          #5
          Re: WYSIWYG Web Development Software for PHP ?

          Hi Drakazz!

          Thanks for your reply! Indeed, I have nothing against coding everthing
          in PHP by hand, however, I was really refering to the html/css aspect.
          I doubt that it is reasonable to code this by hand. To restate my
          question, what are the visual web tools out there that work well with
          PHP?
          Is dreamweaver the only tool for this?

          Regards,

          Jim Light.

          Comment

          • dejavue82@yahoo.com

            #6
            Re: WYSIWYG Web Development Software for PHP ?

            Hi Drakazz!

            Thanks for your reply! Indeed, I have nothing against coding everthing
            in PHP by hand, however, I was really refering to the html/css aspect.
            I doubt that it is reasonable to code this by hand. To restate my
            question, what are the visual web tools out there that work well with
            PHP?
            Is dreamweaver the only tool for this?

            Regards,

            Jim Light.

            Comment

            • Jerry Stuckle

              #7
              Re: WYSIWYG Web Development Software for PHP ?

              dejavue82@yahoo .com wrote:[color=blue]
              > Hi Drakazz!
              >
              > Thanks for your reply! Indeed, I have nothing against coding everthing
              > in PHP by hand, however, I was really refering to the html/css aspect.
              > I doubt that it is reasonable to code this by hand. To restate my
              > question, what are the visual web tools out there that work well with
              > PHP?
              > Is dreamweaver the only tool for this?
              >
              > Regards,
              >
              > Jim Light.
              >[/color]

              I do a lot of HTML coding by hand. Even if I use a tool, I end up going
              back and cleaning it up by hand.

              --
              =============== ===
              Remove the "x" from my email address
              Jerry Stuckle
              JDS Computer Training Corp.
              jstucklex@attgl obal.net
              =============== ===

              Comment

              Working...