Scorpion
Scorpion

Reputation: 6901

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

Upvotes: 1

Views: 8891

Answers (1)

greenLizard
greenLizard

Reputation: 2346

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.

Upvotes: 2

Related Questions