Welcome Guest, Not a member yet? Register   Sign In
How to insert mysql query to CodeIgniter?
#1

[eluser]Nica[/eluser]
hello,

Need your help, just want to ask how can I insert my mysql query to the codeigniter..?
This is my sample program for model.

Code:
<?
class Sales_model extends Model {

function Sales_model()
{
  parent::Model();
}

function restaurant_master_getall()
{
  $this->load->database();
  $query = $this->db->get('restaurant_master');
  return $query->result();
}

function restaurant_master_get(){
  $this->load->database();
  $query = $this->db->query();
  return $query->row_array();
}
}
?>

Thanks in advanced, have a great day ahead! Smile


Messages In This Thread
How to insert mysql query to CodeIgniter? - by El Forum - 02-02-2012, 12:13 AM
How to insert mysql query to CodeIgniter? - by El Forum - 02-02-2012, 01:20 AM
How to insert mysql query to CodeIgniter? - by El Forum - 02-02-2012, 01:46 AM
How to insert mysql query to CodeIgniter? - by El Forum - 02-02-2012, 02:00 AM
How to insert mysql query to CodeIgniter? - by El Forum - 02-02-2012, 02:06 AM
How to insert mysql query to CodeIgniter? - by El Forum - 02-02-2012, 05:35 PM
How to insert mysql query to CodeIgniter? - by El Forum - 02-02-2012, 06:06 PM
How to insert mysql query to CodeIgniter? - by El Forum - 02-03-2012, 01:09 AM
How to insert mysql query to CodeIgniter? - by El Forum - 02-03-2012, 05:37 PM
How to insert mysql query to CodeIgniter? - by El Forum - 02-03-2012, 08:00 PM
How to insert mysql query to CodeIgniter? - by El Forum - 02-03-2012, 10:34 PM
How to insert mysql query to CodeIgniter? - by El Forum - 02-03-2012, 11:56 PM
How to insert mysql query to CodeIgniter? - by El Forum - 02-04-2012, 03:31 AM
How to insert mysql query to CodeIgniter? - by El Forum - 02-04-2012, 03:37 AM
How to insert mysql query to CodeIgniter? - by El Forum - 02-05-2012, 05:52 PM
How to insert mysql query to CodeIgniter? - by El Forum - 02-06-2012, 10:54 PM
How to insert mysql query to CodeIgniter? - by El Forum - 02-06-2012, 10:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB