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