Commit d7994abe by doszhang

dos

parent 2681ad06
......@@ -19,8 +19,9 @@ class IndexController extends Controller
public function index()
{
$r = M('join_num')->where('id=1')->setInc('num');
var_dump($r);
M('join_num')->where('id=1')->setInc('num');
$joinNum = M('join_num')->where('id=1')->find('num');
var_dump($joinNum);
// $this->display();
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment