Exemplo n.º 1
0
 public function actionLoadMassDeleteDemoData()
 {
     if (!Group::isUserASuperAdministrator(Yii::app()->user->userModel)) {
         throw new NotSupportedException();
     }
     UserInterfaceDevelopmentUtil::makeMassDeleteData();
 }
Exemplo n.º 2
0
 public function actionLoadMassDeleteDemoData()
 {
     if (Yii::app()->user->userModel->username != 'super') {
         throw new NotSupportedException();
     }
     UserInterfaceDevelopmentUtil::makeMassDeleteData();
 }