国际版nds项目

ryan001 be54ab04fc Merge branch 'feature/EK-3533' of guanli/ngds into master преди 1 седмица
backendApi 70d23bbfd3 feature/20251216-orderlistexport преди 2 седмици
backendEle 1a3d628de5 feat: EK-856: 管理员增加“Country”属性. преди 9 месеца
common 70c42df933 feature/EK-3533 преди 1 седмица
console 445e386872 feature/20251216-orderlistexport преди 1 седмица
environments 06cdb8572f 后端其他翻译 преди 3 години
frontendApi 341bb56926 bugfix преди 4 месеца
frontendEle c13c872bea feat: EK-856: 管理员增加“Country”属性. преди 9 месеца
vendor e7d12e9078 预警系统增加关键字 преди 2 години
.gitignore 15f1f17020 地址修改 преди 1 година
LICENSE.md 06cdb8572f 后端其他翻译 преди 3 години
README.md 06cdb8572f 后端其他翻译 преди 3 години
composer.json 215c7f5440 本地安装monolog преди 3 години
composer.lock 8f864cf9e0 language преди 2 години
init 06cdb8572f 后端其他翻译 преди 3 години
init.bat 06cdb8572f 后端其他翻译 преди 3 години
ngds-logo.jpg a3918fa091 bugfix: EK-0524: 结算后台无法下载PDF订单. преди 7 месеца
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. 增删字段要同时修改相应的导出功能