get('download')->result(); //View::data($data)->get('main'); define('TITLE', 'Download'); } function counter(){ $id = method::post('id'); $count = DB::whereId($id)->downlinkRowCount(); DB::where('id',$id)->update('downlink', [ 'count' => $count+1, ]); } }