Welcome Guest, Not a member yet? Register   Sign In
unable to fetch records from database
#3

Try the following code:


PHP Code:
function show_trans_data($data){
 
   $this->db->select('*')
 
   ->from('transaction as t')
 
   ->join('user''t.user_id = user.user_id')
 
   ->where('t.user_id = "' $t.user_id '"');

 
   $query $this->db->get();

 
   return $query->result();

Reply


Messages In This Thread
unable to fetch records from database - by nady - 01-06-2016, 02:16 AM
RE: unable to fetch records from database - by Dhiren - 01-06-2016, 10:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB