PHP notice

Undefined index: models

/home/hyundainhapkhausg/public_html/themes/template/views/jobs/default/index.php(7)

Stack Trace

#4
+
 /home/hyundainhapkhausg/public_html/protected/modules/jobs/controllers/DefaultController.php(9): CController->render("index", array("items" => array()))
04 
05     public function actionIndex() {
06         $this->setLayout();
07         $model_class = ucfirst($this->module->id);
08         $model = new $model_class();
09         $this->render('index', array('items' => $model->listItem()));
10     }
11 
12     public function actionView($id) {
13         $this->setLayout();
14         $model_class = ucfirst($this->module->id);
#12
+
 /home/hyundainhapkhausg/public_html/index.php(11): CApplication->run()
06 defined('YII_DEBUG') or define('YII_DEBUG', true);
07 // specify how many levels of call stack should be shown in each log message
08 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
09 
10 require_once('framework/yiilite.php');
11 Yii::createWebApplication($config)->run();
2024-03-19 13:56:35 Apache Yii Framework/1.1.14