06-28-2011, 12:08 AM
[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:
caffodling() in D:\xampp\htdocs\ci\application\controllers\test.php on line 7
Thank you
Rajendiran A
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:

Thank you
Rajendiran A