Welcome Guest, Not a member yet? Register   Sign In
mainpage() problem
#1

[eluser]london77[/eluser]
I am quite new in CI and wanted to make some practices from book. But somehow my code giving me an error.

Fatal error: Call to undefined method Start::mainpage() in C:\wamp\www\packt\application\controllers\start.php on line 18

I have tried to find the mainpage() method but got no info about it in google.

here is the part of code mentions the mainpage()

Code:
if($this->_checkme($username, $password)==TRUE)
{

$this->mainpage();
}

all helps and interests are appreciated.

Thanks in advance.
#2

[eluser]InsiteFX[/eluser]
And what book is this?
#3

[eluser]london77[/eluser]
packt publishing CodeIgniter 1.7
#4

[eluser]meigwilym[/eluser]
It appears that you don't have a
Code:
mainpage()
method in your Start controller.




Theme © iAndrew 2016 - Forum software by © MyBB