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

root ce3789f538 Merge branch 'new-version' into feature/york-1654-jiangjinyincang пре 3 година
ak-upload-server fcd3349600 first пре 4 година
backend fcd3349600 first пре 4 година
backendApi 1bee8590f3 隐藏一些奖项 пре 3 година
backendEle 40a2281125 Merge branch 'new-version' into feature/york-1468-bulechafen-new пре 3 година
common 4627715b20 修改密码去掉规则校验,注册报单修改密码规则 пре 3 година
console 4e61bb5423 复消积分 改成复销点数 пре 3 година
docs fcd3349600 first пре 4 година
environments fcd3349600 first пре 4 година
frontend fcd3349600 first пре 4 година
frontendApi 4627715b20 修改密码去掉规则校验,注册报单修改密码规则 пре 3 година
frontendEle 2b13c6f52a 修改密码提示 пре 3 година
home d40ade3780 提交修改会员编码 пре 3 година
sql fcd3349600 first пре 4 година
vagrant fcd3349600 first пре 4 година
vendor 36396cd3e3 增加更新观察期配置 пре 3 година
.gitignore fcd3349600 first пре 4 година
LICENSE.md fcd3349600 first пре 4 година
README.md fcd3349600 first пре 4 година
REGION_insert.sql fcd3349600 first пре 4 година
Vagrantfile fcd3349600 first пре 4 година
codeception.yml fcd3349600 first пре 4 година
composer.json fcd3349600 first пре 4 година
composer.lock fcd3349600 first пре 4 година
index.js 2c34656ba2 库存随订单减少 пре 3 година
init fcd3349600 first пре 4 година
init.bat fcd3349600 first пре 4 година
log_db.sql fcd3349600 first пре 4 година
mysql_db_yyj.sql ea7df35127 兑换点数全部 пре 3 година
requirements.php fcd3349600 first пре 4 година
shop_db.sql fcd3349600 first пре 4 година
yii fcd3349600 first пре 4 година
yii.bat fcd3349600 first пре 4 година
yii_test fcd3349600 first пре 4 година
yii_test.bat fcd3349600 first пре 4 година

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