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

kevin_zhangl 2fd61dbef3 更新用户级别bugfix 3 jaren geleden
ak-upload-server fcd3349600 first 4 jaren geleden
backend fcd3349600 first 4 jaren geleden
backendApi 36a92af020 Merge branch 'feature/2240-package-sort' into new-version 3 jaren geleden
backendEle 9b41eb75fa Merge branch 'feature/1511-goods-type-filter' into new-version 3 jaren geleden
common 2fd61dbef3 更新用户级别bugfix 3 jaren geleden
console 8d0301895c 修改钉钉提醒机制 3 jaren geleden
docs fcd3349600 first 4 jaren geleden
environments fcd3349600 first 4 jaren geleden
frontend fcd3349600 first 4 jaren geleden
frontendApi b084f97156 bugfix:会员复消SQL错误 3 jaren geleden
frontendEle ff60c87b6c 会员首页显示,去掉剩余pv和截止日期 3 jaren geleden
home d40ade3780 提交修改会员编码 3 jaren geleden
sql 72533d9ff9 2047记录会员最高最新聘级 3 jaren geleden
vagrant fcd3349600 first 4 jaren geleden
vendor a7136df0de 修改bug提醒发送限制 3 jaren geleden
.gitignore fcd3349600 first 4 jaren geleden
LICENSE.md fcd3349600 first 4 jaren geleden
README.md fcd3349600 first 4 jaren geleden
REGION_insert.sql fcd3349600 first 4 jaren geleden
Vagrantfile fcd3349600 first 4 jaren geleden
codeception.yml fcd3349600 first 4 jaren geleden
composer.json fcd3349600 first 4 jaren geleden
composer.lock fcd3349600 first 4 jaren geleden
index.js 2c34656ba2 库存随订单减少 3 jaren geleden
init fcd3349600 first 4 jaren geleden
init.bat fcd3349600 first 4 jaren geleden
log_db.sql fcd3349600 first 4 jaren geleden
mysql_db_yyj.sql ea7df35127 兑换点数全部 3 jaren geleden
requirements.php fcd3349600 first 4 jaren geleden
shop_db.sql fcd3349600 first 4 jaren geleden
yii fcd3349600 first 4 jaren geleden
yii.bat fcd3349600 first 4 jaren geleden
yii_test fcd3349600 first 4 jaren geleden
yii_test.bat fcd3349600 first 4 jaren geleden

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