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

(This post was last modified: 11-15-2016, 04:41 PM by superior.)

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?
Reply
#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
#3

(11-15-2016, 07:44 PM)enlivenapp Wrote:
(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

Got it in another way, but thank you for the feedback!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB