Welcome Guest, Not a member yet? Register   Sign In
array index problem
#4

[eluser]d_anank[/eluser]
check this:
Code:
$this->db->select('on_id');
$this->db->from('table_name'); //--> you should using this function to select the table from
$this->db->where('o_id', $o_id);
$this->db->where('on_pid', $on_pid);
$query = $this->db->get('outline_notes');
$row = $query->last_row('array');


Messages In This Thread
array index problem - by El Forum - 12-17-2008, 12:23 PM
array index problem - by El Forum - 12-22-2008, 12:23 AM
array index problem - by El Forum - 12-22-2008, 04:19 PM
array index problem - by El Forum - 01-18-2009, 08:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB