Page 1 of 1
IDE Frameworks?
#1
Posted 05 September 2011 - 11:38 PM
So i've been reading some blogs on how I could improve my php skills. And one of those blogs suggested using an IDE framework can be very helpful for getting better at coding.
I've been developing PHP on my own, for almost a year now I intermediate knowledge with general PHP functions and whatnot and I just use notepad++ for all my coding.
What's the difference between notepad++ and a PHP IDE Framework?
What are the benefits of using a PHP Framework over notepad++ or a similiar text editor?
Can anybody suggest any freeware or cheap IDE Frameworks for small projects?
I've been developing PHP on my own, for almost a year now I intermediate knowledge with general PHP functions and whatnot and I just use notepad++ for all my coding.
What's the difference between notepad++ and a PHP IDE Framework?
What are the benefits of using a PHP Framework over notepad++ or a similiar text editor?
Can anybody suggest any freeware or cheap IDE Frameworks for small projects?
#3
Posted 07 September 2011 - 11:29 PM
Have a google about what a php framework is and what an ide editor is, the re read your question
#4
Posted 08 September 2011 - 01:23 AM
IDE's can't teach you a programming language, but they can certainly increase the efficiency at which you work as well as the quality of the produced work. This includes automatic documentation (to an extent) version tracking, debugging capabilities etc...
As well as code suggestion for us lazy lot that can hammer away at the keyboard with all the shortcuts producing lovely paragraphs of code in a handful of quick gestures.
They are certainly better suited to RAD types sites or applications where having demo's rapidly is important to keep the client happy while making it easy for people to keep track of versions and changes.
Amoung those that have been suggested I also use NuSphere's PhpED mainly due to its step by step debugging and features that i expect more when working with C#, C++, VB.net , Java or other similar desktop based languages. PHPDesigner is another that I know a few use.
As well as code suggestion for us lazy lot that can hammer away at the keyboard with all the shortcuts producing lovely paragraphs of code in a handful of quick gestures.
They are certainly better suited to RAD types sites or applications where having demo's rapidly is important to keep the client happy while making it easy for people to keep track of versions and changes.
Amoung those that have been suggested I also use NuSphere's PhpED mainly due to its step by step debugging and features that i expect more when working with C#, C++, VB.net , Java or other similar desktop based languages. PHPDesigner is another that I know a few use.
This post has been edited by CSN-UK: 08 September 2011 - 01:26 AM
#7
Posted 12 November 2011 - 12:04 PM
just go with netbeans...it has been the best for java...is the best for php and other languages...I don't think someone can deny that
Share this topic:
Page 1 of 1
Help



















