1

Mostly I have worked with GWT so PHP for me is still new. I there something like a GUI editor for PHP? for Eclipse? Because with GWT there is a GUI editor to allow designers to develop web application UI graphically.

0

1 Answer 1

1

There is a version of Eclipse that goes with PHP. It is called PDT. Here is the download link. You should download xDebug seperately as well which is need to debug your php application where you can step into code. This is quite powerful.

Netbeans is another GUI that is popular with PHP developer.

Sign up to request clarification or add additional context in comments.

2 Comments

Neither however offers a GUI editor (an editor to create GUIs).
I am afraid not, I have never heard of WYSIWYG editor for PHP and I think it is not a good idea anyhow. Look at ASP.NET, I always end up working in code instead of GUI editor. It is always limited and not powerful as hand coded.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.