Advertisement
Guest User

cc

a guest
Oct 9th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. $where_filter['typ_platnosci']= $this->input->post('typ_platnosci');
  2. $where_filter['nazwa_produktu'] = $this->input->post('nazwa_produktu');
  3. $where_filter['imie'] = $this->input->post('imie');
  4. $where_filter['nazwisko'] = $this->input->post('nazwisko');
  5. $where_filter['email'] = $this->input->post('email');
  6. $where_filter['cena'] = $this->input->post('cena');
  7. $search_data_start = $this->input->post('data-od');
  8. $search_data_end = $this->input->post('data-do');
  9. $data['zamowienia'] = $this->panel_m->filter( 'zamowienia', $where_filter, $search_data_start, $search_data_end );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement