国际版nds项目

theo d0fc0c5cc4 Merge branch 'master' of http://16.162.42.175:8014/guanli/ngds into feature/2034-brook-calcBonus 3 yıl önce
ak-upload-server 06cdb8572f 后端其他翻译 3 yıl önce
backend 644fb41c7f 翻译 3 yıl önce
backendApi 2ffd785dbc 预计算不再使用IS_PROCESSING标识 3 yıl önce
backendEle 2bba34e481 预结算增加封期时间判断,隐藏原action按钮 3 yıl önce
common 2bba34e481 预结算增加封期时间判断,隐藏原action按钮 3 yıl önce
console 2ffd785dbc 预计算不再使用IS_PROCESSING标识 3 yıl önce
docs 06cdb8572f 后端其他翻译 3 yıl önce
environments 06cdb8572f 后端其他翻译 3 yıl önce
frontend 06cdb8572f 后端其他翻译 3 yıl önce
frontendApi 215c7f5440 本地安装monolog 3 yıl önce
frontendEle d0fc0c5cc4 Merge branch 'master' of http://16.162.42.175:8014/guanli/ngds into feature/2034-brook-calcBonus 3 yıl önce
home 06cdb8572f 后端其他翻译 3 yıl önce
sql 441319e35c Merge branch 'feature/2175-team-perf' into feature/2034-brook-calcBonus 3 yıl önce
vagrant 06cdb8572f 后端其他翻译 3 yıl önce
vendor 215c7f5440 本地安装monolog 3 yıl önce
.gitignore 78296d0498 异常错误处理 3 yıl önce
LICENSE.md 06cdb8572f 后端其他翻译 3 yıl önce
README.md 06cdb8572f 后端其他翻译 3 yıl önce
REGION_insert.sql 06cdb8572f 后端其他翻译 3 yıl önce
Vagrantfile 06cdb8572f 后端其他翻译 3 yıl önce
codeception.yml 06cdb8572f 后端其他翻译 3 yıl önce
composer.json 215c7f5440 本地安装monolog 3 yıl önce
composer.lock 215c7f5440 本地安装monolog 3 yıl önce
init 06cdb8572f 后端其他翻译 3 yıl önce
init.bat 06cdb8572f 后端其他翻译 3 yıl önce
log_db.sql 06cdb8572f 后端其他翻译 3 yıl önce
loopNetworkParentDo_error.txt 06cdb8572f 后端其他翻译 3 yıl önce
mysql_db_yyj.sql 06cdb8572f 后端其他翻译 3 yıl önce
requirements.php 06cdb8572f 后端其他翻译 3 yıl önce
shop_db.sql 06cdb8572f 后端其他翻译 3 yıl önce
yii 06a9c39046 set prod 3 yıl önce
yii.bat 06cdb8572f 后端其他翻译 3 yıl önce
yii_test 06cdb8572f 后端其他翻译 3 yıl önce
yii_test.bat 06cdb8572f 后端其他翻译 3 yıl önce

README.md

Yii 2 Advanced Project Template


Yii 2 Advanced Project Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.

The template includes three tiers: front end, back end, and console, each of which is a separate Yii application.

The template is designed to work in a team development environment. It supports deploying the application in different environments.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status

DIRECTORY STRUCTURE

common
    config/              contains shared configurations
    mail/                contains view files for e-mails
    models/              contains model classes used in both backend and frontend
    tests/               contains tests for common classes    
console
    config/              contains console configurations
    controllers/         contains console controllers (commands)
    migrations/          contains database migrations
    models/              contains console-specific model classes
    runtime/             contains files generated during runtime
backend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains backend configurations
    controllers/         contains Web controller classes
    models/              contains backend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for backend application    
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
frontend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains frontend configurations
    controllers/         contains Web controller classes
    models/              contains frontend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for frontend application
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
    widgets/             contains frontend widgets
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides

注意事项

  1. 后台新增功能需考虑permission,有权限的才显示
  2. 增删字段要同时修改相应的导出功能