/**
  * Creates a new RgnCountry model.
  * If creation is successful, the browser will be redirected to the 'view' page.
  * @return mixed
  */
 public function actionCreate()
 {
     if (RgnCountryAccess::allowCreate() == FALSE) {
         throw RgnCountryAccess::exception('create');
     }
     $model = new RgnCountryForm();
     try {
         if ($model->load($_POST) && $model->save()) {
             return $this->redirect(ReturnUrl::getUrl(Url::previous()));
         } elseif (!\Yii::$app->request->isPost) {
             $model->load($_GET);
         }
     } catch (\Exception $e) {
         $msg = isset($e->errorInfo[2]) ? $e->errorInfo[2] : $e->getMessage();
         $model->addError('_exception', $msg);
     }
     return $this->render('create', ['model' => $model]);
 }
Example #2
0
	<?php 
//     echo $this->render('_search', ['model' =>$searchModel]);
?>

    <div class="clearfix">

        <p class="pull-left">
			<?php 
echo RgnCountryAccess::button('create');
?>
		</p>

        <div class="pull-right">
			<?php 
echo RgnCountryAccess::button('index');
?>
		</div>

    </div>


	<?php 
\yii\widgets\Pjax::begin(['id' => 'pjax-main', 'enableReplaceState' => false, 'linkSelector' => '#pjax-main ul.pagination a, th a', 'clientOptions' => ['pjax:success' => 'function(){alert("yo")}']]);
?>

	<div class="panel panel-default">
		<div class="panel-heading">
			<h2>
				<i><?php 
echo $this->title;
Example #3
0
	<?php 
//     echo $this->render('_search', ['model' =>$searchModel]);
?>

    <div class="clearfix">

        <p class="pull-left">
			<?php 
echo RgnCountryAccess::button('create');
?>
		</p>

        <div class="pull-right">
			<?php 
echo RgnCountryAccess::button('deleted');
?>
		</div>

    </div>


	<?php 
\yii\widgets\Pjax::begin(['id' => 'pjax-main', 'enableReplaceState' => false, 'linkSelector' => '#pjax-main ul.pagination a, th a', 'clientOptions' => ['pjax:success' => 'function(){alert("yo")}']]);
?>

	<div class="panel panel-default">
		<div class="panel-heading">
			<h2>
				<i><?php 
echo $this->title;