Welcome Guest, Not a member yet? Register   Sign In
How to select data from joined table
#2

(This post was last modified: 09-18-2021, 01:36 PM by ikesela.)

it should be no problem unless not meet condition for $to,
let debug it. first you can check the real query generated

$db = db_connect(); or $this ->db (if inside model)

$db->showLastQuery(); or $this->db->getLastQuery();

Try the generate query on external program like phpmyadmin or HeidiSsql to check error
Reply


Messages In This Thread
How to select data from joined table - by sprhld - 09-18-2021, 11:27 AM
RE: How to select data from joined table - by ikesela - 09-18-2021, 01:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB