1

How can I configure codeigniter 2.1.0 framework in eclipse helios?

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

Thanks

Scorpion
  • 6,831
  • 16
  • 75
  • 123
  • 1
    What do you mean configure? I'm using Indigo and intellisense gets all methods, vars etc. correctly without doing anything (just by creating the project i the folder where I put the CI install) – Damien Pirsy Jun 01 '12 at 07:14
  • I am using Helios for PHp but I don't know how to include/use codeigniter 2.1.0 framework with Eclipse Helios.... – Scorpion Jun 01 '12 at 07:39
  • 1
    Like any other: create a new php project, make it point to the directory you have CI in, and it should pick up everything by itself – Damien Pirsy Jun 01 '12 at 07:57
  • @DamienPirsy, can u please provide link or steps to invoke hello world in eclipse using CI??? – Scorpion Jun 01 '12 at 08:56

1 Answers1

2

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.

Community
  • 1
  • 1
greenLizard
  • 2,326
  • 5
  • 24
  • 30