CodeIgniter-MY_Model icon indicating copy to clipboard operation
CodeIgniter-MY_Model copied to clipboard

Filter in with_* error

Open leandrolopes13 opened this issue 9 years ago • 1 comments
trafficstars

$user_group = $this->CI->user_group_model->with_users('where:status=\'1\'', 'order_by:name,asc')->where(array('groups_id' => 4))->limit(7)->get_all();

Return this error: ``

A PHP Error was encountered

Severity: Error

Message: Cannot use object of type stdClass as array

Filename: core/MY_Model.php

Line Number: 1819

``

leandrolopes13 avatar Mar 05 '16 18:03 leandrolopes13

Similar Issue #125

prashantnirgun avatar Mar 18 '16 17:03 prashantnirgun