CodeIgniter-MY_Model
CodeIgniter-MY_Model copied to clipboard
Filter in with_* error
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
``
Similar Issue #125