detail($id); ArticleModel::where('id', $param['id'])->inc('read')->update(); View::assign('detail', $detail); return view($detail['template']); } }