コード例 #1
0
ファイル: DemoController.php プロジェクト: youprofit/Zurmo
 public function actionLoadMassDeleteDemoData()
 {
     if (!Group::isUserASuperAdministrator(Yii::app()->user->userModel)) {
         throw new NotSupportedException();
     }
     UserInterfaceDevelopmentUtil::makeMassDeleteData();
 }
コード例 #2
0
ファイル: DemoController.php プロジェクト: sandeep1027/zurmo_
 public function actionLoadMassDeleteDemoData()
 {
     if (Yii::app()->user->userModel->username != 'super') {
         throw new NotSupportedException();
     }
     UserInterfaceDevelopmentUtil::makeMassDeleteData();
 }