示例#1
0
 function marketplaces()
 {
     $objs = new Marketplace();
     $objs->get();
     $data = array('marketplaces' => $objs);
     $this->load->view('backend/marketplaces', $data);
 }