CodeIgniter Does not run Hello world |
[eluser]codeman[/eluser]
hi Guys, I started learning Code Igniter Today and i am not able to run hello world program, SO i have Localhost, i installed apache and Mysql and everything, I tried running PHP code as well works fine, So i did download codeigniter and put it in the localhost and try to create first controller like this.... <?php class Blog extends Controller { function index() { echo 'Hello World!'; } } ?> Now i go to the path http://IP/CodeIgniter/index.php/blog and it does not print Hello world, What should i do? What am i doing wrong? Please help me |
Messages In This Thread |
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 11:21 AM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 11:32 AM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 11:33 AM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 12:09 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 12:13 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 12:15 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 12:16 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 12:20 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 12:25 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 12:39 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 01:20 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 02:38 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 02:45 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 02:47 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 02:56 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:00 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:01 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:03 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:04 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:07 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:09 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:11 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:17 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:19 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:20 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:31 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:36 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:38 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:41 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:53 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 03:54 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 04:01 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 04:05 PM
CodeIgniter Does not run Hello world - by El Forum - 04-27-2009, 04:10 PM
|