public function newStocks() { $data = array("item_id" => $this->input->post('txtItemID'), "quantity" => 0); Stocks_model::create($data); }