ak中国项目最新全功能版本(包含前后台和api).即交付项目版.

root 815655d03f Merge branch 'feature/1317-dd-bonuslimit' into feature/dd-1062-fxToCash 3 yıl önce
ak-upload-server fcd3349600 first 4 yıl önce
backend fcd3349600 first 4 yıl önce
backendApi 3b26493a30 后端奖金列表改最高聘级 3 yıl önce
backendEle 97e5cb591c merge new-version reslove conflict 3 yıl önce
common 815655d03f Merge branch 'feature/1317-dd-bonuslimit' into feature/dd-1062-fxToCash 3 yıl önce
console ea7df35127 兑换点数全部 3 yıl önce
docs fcd3349600 first 4 yıl önce
environments fcd3349600 first 4 yıl önce
frontend fcd3349600 first 4 yıl önce
frontendApi 97e5cb591c merge new-version reslove conflict 3 yıl önce
frontendEle 97e5cb591c merge new-version reslove conflict 3 yıl önce
home d40ade3780 提交修改会员编码 3 yıl önce
sql fcd3349600 first 4 yıl önce
vagrant fcd3349600 first 4 yıl önce
vendor fcd3349600 first 4 yıl önce
.gitignore fcd3349600 first 4 yıl önce
LICENSE.md fcd3349600 first 4 yıl önce
README.md fcd3349600 first 4 yıl önce
REGION_insert.sql fcd3349600 first 4 yıl önce
Vagrantfile fcd3349600 first 4 yıl önce
codeception.yml fcd3349600 first 4 yıl önce
composer.json fcd3349600 first 4 yıl önce
composer.lock fcd3349600 first 4 yıl önce
init fcd3349600 first 4 yıl önce
init.bat fcd3349600 first 4 yıl önce
log_db.sql fcd3349600 first 4 yıl önce
mysql_db_yyj.sql ea7df35127 兑换点数全部 3 yıl önce
requirements.php fcd3349600 first 4 yıl önce
shop_db.sql fcd3349600 first 4 yıl önce
yii fcd3349600 first 4 yıl önce
yii.bat fcd3349600 first 4 yıl önce
yii_test fcd3349600 first 4 yıl önce
yii_test.bat fcd3349600 first 4 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. 增删字段要同时修改相应的导出功能