Commit bd242517 by doszhang

dos

parent 9f9847dd
......@@ -24,6 +24,7 @@ class IndexController extends Controller
$num = M('num')->where('id=1')->select();
$num = $num['num'];
$this->assign('num',$num);
echo $num;die();
$this->display();
}
......
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