Welcome Guest, Not a member yet? Register   Sign In
[CI4] Toolbar DB Query And Event Duplication
#11

(10-16-2020, 01:20 PM)InsiteFX Wrote:
PHP Code:
// Change this to the below.
$row $this->select('option_value')
           ->where("option_key",$key)
           ->get()
       ->getRow();

// Change to this and see if it makes a deference.
$query $this->select('option_value')
           ->where("option_key",$key)
           ->get();

$row $query->getRow(); 

(10-24-2020, 11:13 AM)paulbalandan Wrote: Good news!! This has been fixed in latest develop branch.
Good to hear!

I will update my CI Core files with the new release to check it out whenever I get myself some free time.
Reply


Messages In This Thread
RE: [CI4] Toolbar DB Query And Event Duplication - by Awlikhaleghi - 10-24-2020, 11:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB