Welcome Guest, Not a member yet? Register   Sign In
Question about ORM(Update)
#4

[eluser]WanWizard[/eluser]
Codeigniter doesn't have a native ORM, it has a query builder (called active record in versions up to 2.1.0).

You need a syntax like
Code:
$this->db->where('SUBSTRING_INDEX(SUBSTRING_INDEX(user_data, '\"', 4) , '\"', -1)', $user_id, FALSE);


Messages In This Thread
Question about ORM(Update) - by El Forum - 05-20-2012, 12:14 PM
Question about ORM(Update) - by El Forum - 05-20-2012, 10:44 PM
Question about ORM(Update) - by El Forum - 05-21-2012, 12:28 AM
Question about ORM(Update) - by El Forum - 05-21-2012, 02:03 AM
Question about ORM(Update) - by El Forum - 05-21-2012, 04:09 AM
Question about ORM(Update) - by El Forum - 05-21-2012, 03:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB