示例#1
0
 function indexAction()
 {
     $user = new usersModel();
     $rs = $user->select('*');
     $this->assign('title', 'rccoder sb');
     $this->display();
 }