2017 © Pedro Peláez
 

yii2-extension ilhammalik

Hak Akses untuk Action Column

image

ilhammalik/ilhammalik

Hak Akses untuk Action Column

  • Sunday, June 7, 2015
  • by ilhammalik11
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

IlhamActionColumn

Yii2-admin integration Action Column by User, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require ilhammalik11/ilhammalik "*"

or add, (*4)

"ilhammalik/ilhammalik": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

Add Code Into to, (*7)

common\config\bootstrap.php

create defendensi Injection, (*8)

Yii::$container->set('yii\grid\ActionColumn', [
   'class' => 'common\components\ActionColumn',
   'visibleCallback' => function($name) {
       return \Yii::$app->user->can($name);
   },
]);

The Versions

07/06 2015

dev-master

9999999-dev

Hak Akses untuk Action Column

  Sources   Download

BSD-3-Clause

The Requires

 

by Ilham Malik Ibrahim

yii2 action control extension action column

07/06 2015

1.0

1.0.0.0

Hak Akses untuk Action Column

  Sources   Download

BSD-3-Clause

The Requires

 

by Ilham Malik Ibrahim

yii2 action control extension action column