Part of the EllisLab Network
   
 
help needed setting up CI
Posted: 03 April 2009 05:01 PM   [ Ignore ]  
Lab Assistant
RankRank
Total Posts:  145
Joined  04-03-2009

Hi,

Can some one please show me how to set CI up in a IDE?

Thanks

Profile
 
 
Posted: 03 April 2009 05:35 PM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  674
Joined  07-16-2008

For the IDE, this question seems to be here on every week. Heres couple threads that I picked up:
http://codeigniter.com/forums/viewthread/81578/
http://codeigniter.com/forums/viewthread/80959/
http://codeigniter.com/forums/viewthread/108863/
http://codeigniter.com/forums/viewthread/109987/

I personally use Netbeans PHP edition for the editing part. For easy local webserver environment(Apache, PHP, Mysql) I use Wamp setup.

It really doesnt matter which IDE you’ll use. The filestructure will be the same. CI’s userguide is great so just follow the instructions. You just copy the CI structure to a folder, edit the configs and you’re ready to go coding the next hot thing in web smile

Profile