public function index(){ $id=I('id'); $sandan=M('uchur'); $sandan ->where(array('id' => $id))->setInc('korulush',1); $this->display(); }