mrzoz Posted September 20, 2019 Share Posted September 20, 2019 Hello friends; Is there a controls for php like asp (Grid-dropbox - listbox) and so on and what is best editor for php Thank you so much Quote Link to comment Share on other sites More sharing options...
requinix Posted September 21, 2019 Share Posted September 21, 2019 7 hours ago, mrzoz said: Is there a controls for php like asp (Grid-dropbox - listbox) and so on PHP and ASP are two very different languages and programming styles. Don't try to find PHP versions of the ASP things you know and instead learn the PHP way of doing it. 7 hours ago, mrzoz said: and what is best editor for php Whatever editor you want. There is no best one. 1 Quote Link to comment Share on other sites More sharing options...
gizmola Posted September 22, 2019 Share Posted September 22, 2019 Well, if you're a hardcore professional PHP developer, I think the best editor hands down is phpstorm. The features it has are overwhelming. With that said, it costs $200 + $160 for year2 maintenance if you want access to upgrades. If you want something free, I'd suggest Eclipse PDT which I have used for years and is solid, maintained and functional. After that there's the free Electron based editors Visual Studio Code, Atom and Brackets. It seems like VSCode has the most momentum but they are all capable editors that tend to have similar packages available that support php syntax and commonly desired plugins for debugging and interactive development. Quote Link to comment Share on other sites More sharing options...
chhorn Posted September 23, 2019 Share Posted September 23, 2019 If you want some lightwight and simple to get started, you could even have a look at Notepad++ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.