定制 umbalaconmeogia/yii2-batsg 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

umbalaconmeogia/yii2-batsg

最新稳定版本:v0.7.5

Composer 安装命令:

composer require umbalaconmeogia/yii2-batsg

包简介

My best practice and my libraries when using yii2 framework.

README 文档

README

My style, my best practice and my libraries when using yii2 framework.

Overview

  • Convention when designing database.
  • gii modification

Convention when designing database

  • All DB table should contain following columns.
Column name Data type Description
id serial primary key
data_status int 1: new, 2: updated, 9: deleted
created_by int Create user id. Set automatically.
created_at int Created timestamp. Set automatically.
updated_by int Update user id. Set automatically.
updated_at int Updated timestamp. Set automatically.

Install yii2-batsg into your project.

composer require umbalaconmeogia/yii2-batsg

Explanation about composer require, update and install

command change composer.json change composer.lock
require Y Y
update N Y
install N N
  • require: composer require umbalaconmeogia/yii2-batsg This will update or install the newest version. composer.json and composer.lock will be updated as well.
  • update: composer update umbalaconmeogia/yii2-batsg This will update the package with the highest version respects to your composer.json. The entry in composer.lock will be updated.
  • install: composer install umbalaconmeogia/yii2-batsg This will install version specified in the lock file

统计信息

  • 总下载量: 5.22k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-02-26