Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. Visual Studio for PHP!!

Visual Studio for PHP!!

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
visual-studiocsharpphpquestion
14 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Jassim Rahma

    Hi, I want to ask what's similar to visual studio in the PHP world to use for IDE development? Thanks, Jassim

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #4

    Have a look at http://www.aptana.com/[^]

    J 1 Reply Last reply
    0
    • L Lost User

      Have a look at http://www.aptana.com/[^]

      J Offline
      J Offline
      Jassim Rahma
      wrote on last edited by
      #5

      but all these are editors NOT IDEs so there is no components like the Label, Text, Checkbox, etc just like the way it is there in Visual Studio.. Does this mean all PHP IDEs are just Editors or I can still find real IDE? Regards, Jassim

      L L P 3 Replies Last reply
      0
      • J Jassim Rahma

        but all these are editors NOT IDEs so there is no components like the Label, Text, Checkbox, etc just like the way it is there in Visual Studio.. Does this mean all PHP IDEs are just Editors or I can still find real IDE? Regards, Jassim

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #6

        So you prefer to drag a component from a toolbox rather than hand code? OK, try this ... Well, then go spend a lot of money buying Microsoft Expressions, even then it might not do everything that you want. However, you could also spend some money hoping that this PHP plugin for Visual Studio, available from here http://www.jcxsoftware.com/vs.php[^], can do what you want, but as I have not had reason to use that VS plugin, thus, I could not possibly comment.

        J 1 Reply Last reply
        0
        • L Lost User

          So you prefer to drag a component from a toolbox rather than hand code? OK, try this ... Well, then go spend a lot of money buying Microsoft Expressions, even then it might not do everything that you want. However, you could also spend some money hoping that this PHP plugin for Visual Studio, available from here http://www.jcxsoftware.com/vs.php[^], can do what you want, but as I have not had reason to use that VS plugin, thus, I could not possibly comment.

          J Offline
          J Offline
          Jassim Rahma
          wrote on last edited by
          #7

          you are bad :) I am kidding.. I am new to PHP development and I was just simply asking if the PHO world has similar thing to more about it...

          L 1 Reply Last reply
          0
          • J Jassim Rahma

            but all these are editors NOT IDEs so there is no components like the Label, Text, Checkbox, etc just like the way it is there in Visual Studio.. Does this mean all PHP IDEs are just Editors or I can still find real IDE? Regards, Jassim

            L Offline
            L Offline
            Luc Pattyn
            wrote on last edited by
            #8

            Even if Visual Studio did not contain a Visual Designer, a ToolBox, etc, it would still be an IDE. All it takes to be an IDE is to have two or more components that are necessary in software development. Any app that offers editing+compiling+debugging IS an IDE. http://en.wikipedia.org/wiki/Integrated_development_environment[^] :)

            Luc Pattyn [My Articles] Nil Volentibus Arduum

            1 Reply Last reply
            0
            • J Jassim Rahma

              you are bad :) I am kidding.. I am new to PHP development and I was just simply asking if the PHO world has similar thing to more about it...

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #9

              As PHP is new to you, go get yourself some tutorial literature. Such as this book ... Beginning PHP and MySQL 5: From Novice to Professional, Second Edition by W. Jason Gilmore. Apress Or such as websites like this ... PHP 101[^] Have fun

              1 Reply Last reply
              0
              • J Jassim Rahma

                Hi, I want to ask what's similar to visual studio in the PHP world to use for IDE development? Thanks, Jassim

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #10

                Google is your friend, use him often; just as here[^].

                Unrequited desire is character building. OriginalGriff

                1 Reply Last reply
                0
                • J Jassim Rahma

                  Hi, I want to ask what's similar to visual studio in the PHP world to use for IDE development? Thanks, Jassim

                  G Offline
                  G Offline
                  God Solio
                  wrote on last edited by
                  #11

                  Eclipse or ZendStudio .They're open-source software, performing excellently.I think you'll love it

                  1 Reply Last reply
                  0
                  • J Jassim Rahma

                    but all these are editors NOT IDEs so there is no components like the Label, Text, Checkbox, etc just like the way it is there in Visual Studio.. Does this mean all PHP IDEs are just Editors or I can still find real IDE? Regards, Jassim

                    P Offline
                    P Offline
                    Paul Conrad
                    wrote on last edited by
                    #12

                    Judging from the other posts, you are new to PHP and welcome to PHP by the way.

                    jrahma wrote:

                    there is no components like the Label, Text, Checkbox, etc just like the way it is there in Visual Studio..

                    PHP is a Server side scripting langauge and does not have UI components built into the language. You have to still use the HTML UI components and tie in the PHP on the back end to the HTML labels, textboxes, comboboxes, etc.

                    "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

                    1 Reply Last reply
                    0
                    • J Jassim Rahma

                      Hi, I want to ask what's similar to visual studio in the PHP world to use for IDE development? Thanks, Jassim

                      D Offline
                      D Offline
                      DigiOz Multimedia
                      wrote on last edited by
                      #13

                      Hello Jassim, If you are looking for something free, you can either use eclipse along with XDebug. Take a look at this article: http://devzone.zend.com/1147/debugging-php-applications-with-xdebug/[^] If you are willing to spend a few bucks, I highly recommend Nusphere PHPED. You can download a trial version from here: http://www.nusphere.com/download.php.ide.htm[^] Personally I prefer Nusphere PHPED over Eclipse, NetBeans, or even Zend Development Environment because I find it a lot more user friendly and Visual Studio like, speaking of which there is also a PHP Visual Studio add-on which let's you develop PHP solutions inside Visual Studio. Take a look at that here: http://www.jcxsoftware.com/[^]

                      Pete Soheil DigiOz Multimedia http://www.digioz.com

                      J 1 Reply Last reply
                      0
                      • D DigiOz Multimedia

                        Hello Jassim, If you are looking for something free, you can either use eclipse along with XDebug. Take a look at this article: http://devzone.zend.com/1147/debugging-php-applications-with-xdebug/[^] If you are willing to spend a few bucks, I highly recommend Nusphere PHPED. You can download a trial version from here: http://www.nusphere.com/download.php.ide.htm[^] Personally I prefer Nusphere PHPED over Eclipse, NetBeans, or even Zend Development Environment because I find it a lot more user friendly and Visual Studio like, speaking of which there is also a PHP Visual Studio add-on which let's you develop PHP solutions inside Visual Studio. Take a look at that here: http://www.jcxsoftware.com/[^]

                        Pete Soheil DigiOz Multimedia http://www.digioz.com

                        J Offline
                        J Offline
                        Jassim Rahma
                        wrote on last edited by
                        #14

                        i am alreadu noe using adobe dreamweaver and it is perfect.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups