Is there any PHP editor like visualstudio that has GUI IDE components like buttons, gridview and more

is there any PHP editor like visualstudio that has GUI IDE components like buttons, gridview etc.

+4
source share
7 answers

CodeCharge Studio sounds like what interests you. But it is not as close as polished as VS.

0
source

I'm afraid if you want to create websites as Visual Studio, the only option is Visual Studio, there is a huge amount of support code, etc. that is created to run the asp.net site, and Microsoft has gone to a lot of work to do its as polished as possible. Trying to do this with PHP and another IDE will lead to heartache. My suggestion is to switch to Visual Studio, if possible, or to review how you are going to create your site.

0
source

You can use the PHP constructor or Dreamweaver, this software provides drag and drop functionality. You can try any.

0
source

I highly recommend the Nusphere PhpEd IDE for PHP development: http://www.nusphere.com

0
source

Codecharge Studio 5 is what you are looking for. His best achievement is code generation and support for Artisteer templates. This is similar to Visual Studio, as you can easily create php events or javascript events with the click of a button. There is also a CMS based on Codecharge Studio, and you can download it for free at www.krisonav.com, which supports most of the features that every modern CMS includes.

0
source

Source: https://habr.com/ru/post/1337571/


All Articles