
13 May
2011
13 May
'11
10:10 a.m.
Am new to code igniter.Am tring to create the blog in one of their tutorials. class Blog extends CI_controller{ function __construct() { parent::__construct(); $this->load->scaffolding('entries'); } But i keep getting this *Fatal error*: Call to undefined method CI_Loader::scaffolding() in * C:\xampp\htdocs\blog\application\controllers\blog.php* on line *8* Somebody with a solution Regards Benard