protected function _initialize()
{
parent::initialize();
## protected function isLogin()
{
if (empty(USER_ID)){
);
}
| }
protected function alreadyLogin()
$this -> error('用戶已經登陸,請勿重複登陸',url('index/index'));
}
}