Welcome Guest, Not a member yet? Register   Sign In
Tutorial problems
#1

[eluser]Unknown[/eluser]
I'm trying to learn CodeIgniter but there seem to be some issues with the tutorials. I tried the 9 min. Hello World tutorial but "class Blog extends Controller" does not work so I looked elsewhere and found that "class Blog extends CI_Controller" does work. After that, I added the following

function Blog()
{
parent::CI_Controller();
}

but I get this error: Fatal error: Call to undefined method CI_Controller::CI_Controller() in C:\wamp\www\codeIgniter\application\controllers\blog.php on line 6. I also tried parent::Controller(); (as shown in the tutorial) which also does not work.

Are these tutorials for older versions of CI?




Theme © iAndrew 2016 - Forum software by © MyBB