I am looking for a PHP IDE to work with that contains a design view like ASP .NET where i can add button, tables, menus automatically. So is there an IDE like that for PHP?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Eclipse for PHP Developers does contain this exact thing – because it’s a java desktop client though it is pretty ‘clunky’ but give it a whirl! http://eclipse.org
Edit —
Just realised you essentially want a drag and drop interface – You actually want a html editor with drag and drop functionality as PHP itself is just server side scripting, there’s a bit of a difference between ASP.NET (as it’s a framework) and PHP which is an actual scripting language. PHP generally just renders HTML elements – in which case you’re actually looking for a drag and drop HTML interface. I’m loathed to say it but the only one I’m aware of that’s reliable (ish!) is Dreamweaver.