Welcome Guest, Not a member yet? Register   Sign In
codeigniter query problem
#3

[eluser]Aken[/eluser]
You have three options:

1) Write the entire query manually.
2) Write the whole OR block of your where (everything between the parentheses) as one $this->db->where() call.
3) Use the 3.0 development version of CI, that supports grouping where() clauses.


Messages In This Thread
codeigniter query problem - by El Forum - 02-07-2013, 01:50 AM
codeigniter query problem - by El Forum - 02-07-2013, 09:07 PM
codeigniter query problem - by El Forum - 02-07-2013, 11:11 PM
codeigniter query problem - by El Forum - 02-08-2013, 02:06 AM
codeigniter query problem - by El Forum - 02-10-2013, 12:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB