Welcome Guest, Not a member yet? Register   Sign In
Query single result
#2

(11-15-2016, 12:34 PM)superior Wrote: Hello,

In CI 3 you could just do a call like $this->db->get()->result() to retreive a single result on where clause. But in CI 4 this is not available anymore (or think so) is there anyway to do this?
I'm on my phone so please excuse the brevity. 

$db->get()->getResultArray();. //or similar. 

Method chaining is explained in the CI4 docs
Reply


Messages In This Thread
Query single result - by superior - 11-15-2016, 12:34 PM
RE: Query single result - by enlivenapp - 11-15-2016, 07:44 PM
RE: Query single result - by superior - 11-16-2016, 09:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB