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
(05-10-2018, 09:21 AM)smotrikov Wrote: Hello . I'm trying to get the query result using getCustomRowObject() . lates version? https://github.com/bcit-ci/CodeIgniter4/...t.php#L336 edit: it is missing. a bug :/ (05-10-2018, 11:22 AM)Paradinight Wrote:(05-10-2018, 09:21 AM)smotrikov Wrote: Hello . I'm trying to get the query result using getCustomRowObject() . Thanks for your reply
|
Welcome Guest, Not a member yet? Register Sign In |