Advertisement
syQ

Camilla

syQ
Oct 15th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. foreach($data['produkt_list'] as $key => $value){
  2.     $data['produkt_list'][$key]['produkt_image'] = $this->db->where('pi_pid',$data['produkt_list'][$key]['produkt_id'])->get('produkt_images')->row()->pi_image;
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement