Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: order_by() how to use NULLS LAST in active records
Post: RE: order_by() how to use NULLS LAST in active rec...

[quote pid="381498" dateline="1604564376"] PHP Code: -- you can try this $this->db->select('a.*, b.*, c.*'); $this->db->from('accounts a'); $this->db->join('subscriptions b', 'a.id = b.provider...
4,913 Views
7 Replies
05-29-2021, 07:20 PM
Reynaldi Ruspandi
    Thread: I have two tech arguing over whether this is a critical security problem
Post: RE: I have two tech arguing over whether this is a...

If you do it that way,  PHP Code: -- $wheresql = "id = {VAR}"; $wheresql .= "status = {VAR}"; $wheresql .= "author = {VAR}"; -- the $wheresql will contain PHP Code: -- "id = {VAR}status =...
5,455 Views
4 Replies
07-25-2017, 07:14 PM
Reynaldi Ruspandi

Theme © iAndrew 2016 - Forum software by © MyBB