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

jerry 7cd389a6a5 clear login num hace 1 año
ak-upload-server fcd3349600 first hace 4 años
backend fcd3349600 first hace 4 años
backendApi 7cd389a6a5 clear login num hace 1 año
backendEle 5d40fdc5d2 feat: NC-30: 01 hace 1 año
common 91e157c8eb Merge branch 'new-version' of http://16.162.42.175:8014/guanli/aklast into new-version hace 1 año
console cd183d0789 跨境商品回调接口调用方式修改 hace 2 años
docs fcd3349600 first hace 4 años
environments fcd3349600 first hace 4 años
frontend fcd3349600 first hace 4 años
frontendApi bcced4c72f Merge branch 'feature/NC-55' into new-version hace 1 año
frontendEle c6e7bb2244 feat: NC-30: 01 hace 1 año
pay 993c0a0240 海外商品支付修改 hace 1 año
sql cbec4cdce8 会员网络屏蔽 hace 3 años
vagrant fcd3349600 first hace 4 años
vendor ac0072ce7a 登陆增加IP限制;登陆失败次数限制 hace 1 año
.gitignore def5e321ef 跨境商品支付接入 hace 1 año
LICENSE.md fcd3349600 first hace 4 años
README.md fcd3349600 first hace 4 años
REGION_insert.sql fcd3349600 first hace 4 años
Vagrantfile fcd3349600 first hace 4 años
codeception.yml fcd3349600 first hace 4 años
composer.json 7ab3d38515 跨境商品支付接入 hace 1 año
composer.lock fcd3349600 first hace 4 años
index.js 2c34656ba2 库存随订单减少 hace 3 años
init fcd3349600 first hace 4 años
init.bat fcd3349600 first hace 4 años
log_db.sql fcd3349600 first hace 4 años
mysql_db_yyj.sql ea7df35127 兑换点数全部 hace 3 años
requirements.php fcd3349600 first hace 4 años
shop_db.sql fcd3349600 first hace 4 años
yii fcd3349600 first hace 4 años
yii.bat fcd3349600 first hace 4 años
yii_test fcd3349600 first hace 4 años
yii_test.bat fcd3349600 first hace 4 años

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