Welcome Guest, Not a member yet? Register   Sign In
db query during another query
#2

[eluser]darrentaytay[/eluser]
Code:
function getSomeVal(){
//using $this->db->where and get to retrieve and return some value from some table
  
}

$value = getSomeVal();

$this->db->where('id', $id);
$this->db->update('mytable', array ('someVal' => $value);


Messages In This Thread
db query during another query - by El Forum - 05-15-2011, 02:00 AM
db query during another query - by El Forum - 05-15-2011, 04:25 AM
db query during another query - by El Forum - 05-15-2011, 06:00 AM
db query during another query - by El Forum - 05-15-2011, 06:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB