Closed AFairuzZ closed 8 years ago
thx for your great extension hei i got a problem. i try to do this in my _form.php
<?php if(!Yii::$app->user->can("user")){ ?> <?= $form->field($model, 'id_profile')->dropDownlist( Profile::getNama(), ['prompt' => 'Pilih Peserta']) ?> <?php } ?>
i got error Getting unknown property: app\modules\user\models\Role::can_user
please help me amnah. thx
[SOLVED] sorry i miss add 'authManager' => [ 'class' => 'yii\rbac\PhpManager', ], to config/web.php
Thx amnah
thx for your great extension hei i got a problem. i try to do this in my _form.php
<?php if(!Yii::$app->user->can("user")){ ?> <?= $form->field($model, 'id_profile')->dropDownlist( Profile::getNama(), ['prompt' => 'Pilih Peserta']) ?> <?php } ?>
i got error Getting unknown property: app\modules\user\models\Role::can_user
please help me amnah. thx