国际版nds项目

kevin_zhangl 2c561af00f 翻译 3 年之前
ak-upload-server 06cdb8572f 后端其他翻译 3 年之前
backend 06cdb8572f 后端其他翻译 3 年之前
backendApi 1e436b87f4 Merge branch 'master' into feature/york-1365-i18n-inpro-0630 3 年之前
backendEle f0846c7566 fanyi 3 年之前
common 1e436b87f4 Merge branch 'master' into feature/york-1365-i18n-inpro-0630 3 年之前
console 06cdb8572f 后端其他翻译 3 年之前
docs 06cdb8572f 后端其他翻译 3 年之前
environments 06cdb8572f 后端其他翻译 3 年之前
frontend 06cdb8572f 后端其他翻译 3 年之前
frontendApi 8dc99de03a 隐藏申请退货功能 3 年之前
frontendEle 2c561af00f 翻译 3 年之前
home 06cdb8572f 后端其他翻译 3 年之前
sql 68f8629cd4 Merge branch 'feature/york-1365-i18n-inpro-0630' 3 年之前
vagrant 06cdb8572f 后端其他翻译 3 年之前
vendor 06cdb8572f 后端其他翻译 3 年之前
.gitignore 06cdb8572f 后端其他翻译 3 年之前
LICENSE.md 06cdb8572f 后端其他翻译 3 年之前
README.md 06cdb8572f 后端其他翻译 3 年之前
REGION_insert.sql 06cdb8572f 后端其他翻译 3 年之前
Vagrantfile 06cdb8572f 后端其他翻译 3 年之前
codeception.yml 06cdb8572f 后端其他翻译 3 年之前
composer.json 06cdb8572f 后端其他翻译 3 年之前
composer.lock 06cdb8572f 后端其他翻译 3 年之前
init 06cdb8572f 后端其他翻译 3 年之前
init.bat 06cdb8572f 后端其他翻译 3 年之前
log_db.sql 06cdb8572f 后端其他翻译 3 年之前
loopNetworkParentDo_error.txt 06cdb8572f 后端其他翻译 3 年之前
mysql_db_yyj.sql 06cdb8572f 后端其他翻译 3 年之前
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. 增删字段要同时修改相应的导出功能