ErrorException [ Warning ]: get_class() expects parameter 1 to be object, null given COREPATH/classes/security.php @ line 204
199 foreach ($value as $k => $v) 200 { 201 $value[$k] = static::htmlentities($v, $flags, $encoding, $double_encode); 202 } 203 } 204 elseif ($value instanceof \Iterator or get_class($value) == 'stdClass')
Backtrace COREPATH/classes/view.php @ line 204
DOCROOT/index.php @ line 71
elseif ($value instanceof \Iterator or get_class($value) == 'stdClass')
elseif ($value instanceof \Iterator)// or get_class($value) == 'stdClass')
It looks like you're new here. If you want to get involved, click one of these buttons!