Commit eb5f3d76 by doszhang

dos

parent 15e2a465
......@@ -22,7 +22,7 @@ class IndexController extends Controller
session_start();
$_SESSION['joinTime'] = time();
$num = M('num')->where('id=1')->select();
echo $num;die();
print_r($num);die();
$num = $num['num'];
$this->assign('num',$num);
......
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