ErrorException [ Fatal Error ]: Class 'LC_Controller' not found

/data/CM/svn/svn_checkout/iladynew/application/controllers/notfound.php [ 4 ]

1 <?php
2 if (! defined ( 'BASEPATH' ))
3 	exit ( 'No direct script access allowed' );
4 class Notfound extends LC_Controller {
5 	public function __construct() {
6 		parent::__construct ();
7         //加载cismarty库
8         $this->load->library ( 'cismarty' );
9 		//不使用缓存
  1. {PHP internal call} » CI_Error::shutdown_handler()

Environment