CodeIgniter Forums
help needed setting up CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: help needed setting up CI (/showthread.php?tid=17399)



help needed setting up CI - El Forum - 04-03-2009

[eluser]learning_php[/eluser]
Hi,

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

Thanks


help needed setting up CI - El Forum - 04-03-2009

[eluser]cahva[/eluser]
For the IDE, this question seems to be here on every week. Heres couple threads that I picked up:
http://ellislab.com/forums/viewthread/81578/
http://ellislab.com/forums/viewthread/80959/
http://ellislab.com/forums/viewthread/108863/
http://ellislab.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