Search code examples
phpeclipsecodeignitereclipse-3.6helios

how to configure codeigniter 2.1.0 framework in eclipse helios ?


How can I configure codeigniter 2.1.0 framework in eclipse helios?

Can anybody provide me the link of steps to do this.

Thanks


Solution

  • Follow the installation manual found here, and them simply create new PHP project and add the folder with the CI instance to it (click here for details). Simple as that ! Good luck

    PS. Eclipse is not setting the framework for you, it just provides you with a PHP IDE, you are the one that does the magic here.