is it a bug? customResultObject() |
Hello . I'm trying to get the query result using getCustomRowObject() .
Example PHP Code: $query = $this->db->query("SELECT 1 as `user_id`,'[email protected]' as `email` , 'asdasd' as `password` "); Code: Call to undefined method CodeIgniter\\Database\\MySQLi\\Result::customResultObject() Thanks |
Messages In This Thread |
is it a bug? customResultObject() - by smotrikov - 05-10-2018, 09:21 AM
RE: is it a bug? customResultObject() - by Paradinight - 05-10-2018, 11:22 AM
RE: is it a bug? customResultObject() - by smotrikov - 05-10-2018, 12:08 PM
RE: is it a bug? customResultObject() - by ciadmin - 05-11-2018, 07:18 AM
RE: is it a bug? customResultObject() - by Paradinight - 05-11-2018, 09:29 AM
|