2017 © Pedro Peláez
 

library yii2-library

common library for yii2

image

liumapp/yii2-library

common library for yii2

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-library

common library for yii2, (*1)

修改配置文件

file: config/web.php,config/console.php, (*2)


'modules' => [ 'library'=>[ 'class'=>'liumapp\library\Module' ], ],

初始化基本数据库


php yii migrate --migrationPath=@vendor/liumapp/yii2-library/migrations

创建管理员

php yii library/create-admin  管理员 $username $password $youremail

批量删除

liumapp\library\widgets\BatchDelete::widget()

默认使用当前控制器下的ActionDelete 也可以手动指定 /attachment/default/delete ,然后根据主键id实现批量删除, (*3)

liumapp\library\widgets\BatchDelete::widget(['url'=>'attachment/default/delete
'])

必须跟GridView配合使用,把多选框显示出来, (*4)

   'columns' => [
        ['class' => CheckboxColumn::className()],
        'entityId',
        ['class' => 'liumapp\library\components\ActionColumn'],
    ],

DEMO, (*5)

The Versions

24/04 2017

dev-master

9999999-dev

common library for yii2

  Sources   Download

MIT

The Requires

 

19/04 2017

v1.0.0

1.0.0.0

common library for yii2

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • yiisoft/yii2 2.0.10
  • yiisoft/yii2-bootstrap 2.0.6
  • bower-asset/pace ^1.0
  • bower-asset/fontawesome 4.7
  • bower-asset/bootstrap3-wysihtml5-bower *
  • bower-asset/bootstrap-datepicker v1.6.4
  • bower-asset/eonasdan-bootstrap-datetimepicker v4.14.30
  • bower-asset/select2 4.0.3
  • bower-asset/ztree_v3 v3.5.26
  • bower-asset/echarts 3.3.2