国际版nds项目

kevin_zhangl 71464e0f1a 环境变量获取bugfix 3 лет назад
ak-upload-server e180034fc2 个人资料 3 лет назад
backend 4225cc8fa7 界面多语言 3 лет назад
backendApi 71464e0f1a 环境变量获取bugfix 3 лет назад
backendEle c30e5ebbe9 修改products manage 为Shopping Mall 3 лет назад
common 71464e0f1a 环境变量获取bugfix 3 лет назад
console 192bea9a39 Merge remote-tracking branch 'origin/feature/1559-exchangeRate' into feature/theo-translate 3 лет назад
docs 4225cc8fa7 界面多语言 3 лет назад
environments 4225cc8fa7 界面多语言 3 лет назад
frontend 4225cc8fa7 界面多语言 3 лет назад
frontendApi 71464e0f1a 环境变量获取bugfix 3 лет назад
frontendEle d24cf97289 Merge branch 'master' into feature/1602-approachOrder 3 лет назад
home e180034fc2 个人资料 3 лет назад
sql e180034fc2 个人资料 3 лет назад
vagrant e180034fc2 个人资料 3 лет назад
vendor e180034fc2 个人资料 3 лет назад
.gitignore fecfcf6b1e 忽略pdfs目录 3 лет назад
LICENSE.md e180034fc2 个人资料 3 лет назад
README.md e180034fc2 个人资料 3 лет назад
REGION_insert.sql e180034fc2 个人资料 3 лет назад
Vagrantfile e180034fc2 个人资料 3 лет назад
codeception.yml e180034fc2 个人资料 3 лет назад
composer.json e180034fc2 个人资料 3 лет назад
composer.lock e180034fc2 个人资料 3 лет назад
init e180034fc2 个人资料 3 лет назад
init.bat e180034fc2 个人资料 3 лет назад
log_db.sql e180034fc2 个人资料 3 лет назад
loopNetworkParentDo_error.txt e180034fc2 个人资料 3 лет назад
mysql_db_yyj.sql e180034fc2 个人资料 3 лет назад
requirements.php e180034fc2 个人资料 3 лет назад
shop_db.sql e180034fc2 个人资料 3 лет назад
yii 447de9e971 修改运行环境变量 3 лет назад
yii.bat e180034fc2 个人资料 3 лет назад
yii_test e180034fc2 个人资料 3 лет назад
yii_test.bat e180034fc2 个人资料 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. 增删字段要同时修改相应的导出功能