tags:

views:

12

answers:

1

Hi everyone

i am going to use codeignitor php framework to develop web application. now i am confused about using IDE. I do not know which IDE is best suitable for codeingitor framework. is there any one who can help me in this regard.

thanks.

+1  A: 

Any PHP IDE should do (ie. NetBeans, Eclipse PDT, PHPEd, Zend Studio), just make sure you use code hinting if you want to use the autocomplete feature of your chosen IDE (http://pinoytech.org/blog/post/Code-Completion-with-Codeigniter-using-Netbeans).

wimvds