Welcome Guest, Not a member yet? Register   Sign In
Pass multiple arrays/datasets into view...
#10

[eluser]dharmy[/eluser]
Hi there

This is the function returning the data from the model:

Code:
function GetMobiles()
  {
   //Query the data table for every record and row
   $this->load->database();  
  
   $query = $this->db->query('select model_ub_id, model_name from model where brand_idfk = 106 order by model_name');
  
   $this->db->close();
   return $query->result();
  
  
  }


Messages In This Thread
Pass multiple arrays/datasets into view... - by El Forum - 02-11-2012, 12:39 PM
Pass multiple arrays/datasets into view... - by El Forum - 02-11-2012, 01:08 PM
Pass multiple arrays/datasets into view... - by El Forum - 02-11-2012, 01:43 PM
Pass multiple arrays/datasets into view... - by El Forum - 02-11-2012, 01:53 PM
Pass multiple arrays/datasets into view... - by El Forum - 02-11-2012, 02:06 PM
Pass multiple arrays/datasets into view... - by El Forum - 02-11-2012, 02:16 PM
Pass multiple arrays/datasets into view... - by El Forum - 02-11-2012, 02:21 PM
Pass multiple arrays/datasets into view... - by El Forum - 02-11-2012, 02:23 PM
Pass multiple arrays/datasets into view... - by El Forum - 02-11-2012, 04:32 PM
Pass multiple arrays/datasets into view... - by El Forum - 02-12-2012, 02:55 AM
Pass multiple arrays/datasets into view... - by El Forum - 02-12-2012, 05:04 AM
Pass multiple arrays/datasets into view... - by El Forum - 02-12-2012, 07:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB