Welcome Guest, Not a member yet? Register   Sign In
sql shorthand not working for me
#2

[eluser]guillermo, out of repose[/eluser]
[pre]
function get_product_by_id($id)
{
$this->db->select('*')->from('product')->where('id', $id);
$query = $this->db->get();
return $query->result();
}
[/pre]


Messages In This Thread
sql shorthand not working for me - by El Forum - 09-23-2009, 12:53 PM
sql shorthand not working for me - by El Forum - 09-23-2009, 01:28 PM
sql shorthand not working for me - by El Forum - 09-23-2009, 01:30 PM
sql shorthand not working for me - by El Forum - 09-23-2009, 01:36 PM
sql shorthand not working for me - by El Forum - 09-23-2009, 02:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB