Welcome Guest, Not a member yet? Register   Sign In
Display Record
#4

You do know that ->where() only sets the WHERE statement, and does not execute the query. I think you are looking for ->get_where().
After the query has run, you can display the query ran with $this->db->last_query() which returns the last ran query.
Reply


Messages In This Thread
Display Record - by jaysondotp - 11-13-2014, 09:12 PM
RE: Display Record - by bobykurniawan - 11-13-2014, 10:40 PM
RE: Display Record - by sv3tli0 - 11-13-2014, 11:55 PM
RE: Display Record - by slax0r - 11-14-2014, 12:30 AM
RE: Display Record - by jaysondotp - 11-14-2014, 01:32 AM
RE: Display Record - by Chroma - 11-14-2014, 09:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB