血睛★刀锋2018-05-25 16:05:32
Change empty to is_null
Change parent::initialize(); to parent::_initialize();
**S2018-05-03 00:01:26
if(is_null(USER_ID)) {
$this -> error('The user is not logged in and has no access rights, please log in',url('user/login'));
}