Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Does not run Hello world
#10

[eluser]jdfwarrior[/eluser]
@Codeman It's hard to say what it could be. If PHP was working and you simply dropped in CodeIgniter, things should work unless the path's are incorrect or something. I just used this code and it worked.

Code:
<?php

if ( ! defined('BASEPATH') )
    exit( 'No direct script access allowed' );

class Blog extends Controller
{
    function index()
    {
        echo 'hello world';
    }

}

Edit: Which, now I just noticed. The single quotes I put in this post, aren't converted to anything else due to auto typography. So, you obviously have some funny symbols being used. Replace your quotes with actual single (or double) quotes. Do you get any kind of error message?


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



Theme © iAndrew 2016 - Forum software by © MyBB