国际版nds项目

root 514fe69d86 多语言 2 年之前
ak-upload-server 06cdb8572f 后端其他翻译 3 年之前
backend 644fb41c7f 翻译 3 年之前
backendApi 514fe69d86 多语言 2 年之前
backendEle 7d52a306ce t 2 年之前
common 514fe69d86 多语言 2 年之前
console 6b6687cee7 计算时增加CALC_ID 2 年之前
docs 06cdb8572f 后端其他翻译 3 年之前
environments 06cdb8572f 后端其他翻译 3 年之前
frontend 06cdb8572f 后端其他翻译 3 年之前
frontendApi 4b0b6161bc Merge branch 'master' into feature/new-backend-adaptation 2 年之前
frontendEle b35211f9c5 修改新版地址跳转 2 年之前
home 06cdb8572f 后端其他翻译 3 年之前
node_modules 8f864cf9e0 language 2 年之前
sql 8f864cf9e0 language 2 年之前
vagrant 06cdb8572f 后端其他翻译 3 年之前
vendor 94d34bc832 预警:非User异常报错信息捕获 2 年之前
.gitignore 78296d0498 异常错误处理 3 年之前
LICENSE.md 06cdb8572f 后端其他翻译 3 年之前
README.md 06cdb8572f 后端其他翻译 3 年之前
REGION_insert.sql 06cdb8572f 后端其他翻译 3 年之前
Vagrantfile 06cdb8572f 后端其他翻译 3 年之前
codeception.yml 06cdb8572f 后端其他翻译 3 年之前
composer.json 215c7f5440 本地安装monolog 3 年之前
composer.lock 8f864cf9e0 language 2 年之前
init 06cdb8572f 后端其他翻译 3 年之前
init.bat 06cdb8572f 后端其他翻译 3 年之前
log_db.sql 06cdb8572f 后端其他翻译 3 年之前
loopNetworkParentDo_error.txt 06cdb8572f 后端其他翻译 3 年之前
mysql_db_yyj.sql 06cdb8572f 后端其他翻译 3 年之前
package-lock.json 8f864cf9e0 language 2 年之前
package.json 8f864cf9e0 language 2 年之前
requirements.php 06cdb8572f 后端其他翻译 3 年之前
shop_db.sql 06cdb8572f 后端其他翻译 3 年之前
yii 06a9c39046 set prod 3 年之前
yii.bat 06cdb8572f 后端其他翻译 3 年之前
yii_test 06cdb8572f 后端其他翻译 3 年之前
yii_test.bat 06cdb8572f 后端其他翻译 3 年之前

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. 增删字段要同时修改相应的导出功能