Welcome Guest, Not a member yet? Register   Sign In
Error
#1

[eluser]basicstudent[/eluser]
Code:
$list->is_active;
  $list->name;

how to fix this problem?
#2

[eluser]mi6crazyheart[/eluser]
Check u'r query.. whether u've added "is_active" to it or not...
#3

[eluser]basicstudent[/eluser]
#4

[eluser]Twisted1919[/eluser]
LOL.
in your controller, look for somethink like
$list = $this->MODEL->FUNCTION();
or
$data['list'] = $this->MODEL->FUNCTION();

OR, look in the controller method that calls this view and see what models are loaded then check those models for the method that you need and add the new field .
#5

[eluser]basicstudent[/eluser]




Theme © iAndrew 2016 - Forum software by © MyBB