Welcome Guest, Not a member yet? Register   Sign In
Cant't get hello world :(
#1

[eluser]hali6sic6[/eluser]
I tried the introduction tutorial but it's giving me errors Sad

Code:
<?php

class Blog extends Controller {

    function index()
    {
        echo 'Hello World!';
    }
}
?>

Is there something wrong here?
#2

[eluser]osci[/eluser]
Code:
class Blog extends CI_Controller {

I suggest you check Upgrading From a Previous Version
starting from 1.7.2 to 2.0 and on since some are outdated.
#3

[eluser]hali6sic6[/eluser]
Ok thanks Big Grin
#4

[eluser]fivefinger-bd[/eluser]
This is version 2 Smile




Theme © iAndrew 2016 - Forum software by © MyBB