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

[eluser]InterMedio[/eluser]
[quote author="WanWizard" date="1337591018"]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);
[/quote]

Probably I mistaken and gave incorrect name to query builder. Agree.
Thank you for the advice. I'll try and describe about results.


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