Welcome Guest, Not a member yet? Register   Sign In
Undefined variable:
#5

[eluser]CroNiX[/eluser]
Did you load the dashboard_model before using it?

Why are you doing some of these things 2x?
Code:
//Is this really needed?
//$employees_list_data['employees_list_data'] = $this->Dashboard_model->employees();
$this->view_data['employees_list_data'] = $this->Dashboard_model->employees();

//Is this really needed?
//$all_store_comments['all_store_comments'] = $this->Dashboard_model->all_store_comments();
$this->view_data['all_store_comments'] = $this->Dashboard_model->all_store_comments();


Messages In This Thread
Undefined variable: - by El Forum - 07-14-2014, 10:01 AM
Undefined variable: - by El Forum - 07-14-2014, 11:38 AM
Undefined variable: - by El Forum - 07-14-2014, 12:14 PM
Undefined variable: - by El Forum - 07-14-2014, 02:19 PM
Undefined variable: - by El Forum - 07-14-2014, 02:41 PM
Undefined variable: - by El Forum - 07-14-2014, 03:01 PM
Undefined variable: - by El Forum - 07-19-2014, 06:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB