Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to undefined method CI_Loader::scaffodling()
#1

[eluser]rajendiran[/eluser]
Friends,

I am getting this error when i am trying use scaffolding in a test controller.
this is part of my source code,

function __construct()
{
parent::__construct();
$this->load->scaffodling('entries');
}

the scaffolding code in routes.php file is as follows

$route['scaffolding_trigger'] = "scaffolding";

when i am running the URL http://localhost/ci/index.php/test

i am getting the following error.

Fatal error: Call to undefined method CI_Loader:Confusedcaffodling() in D:\xampp\htdocs\ci\application\controllers\test.php on line 7


Thank you
Rajendiran A


Messages In This Thread
Fatal error: Call to undefined method CI_Loader::scaffodling() - by El Forum - 06-28-2011, 12:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB