oxid-esales/oxideshop-db-views-generator 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

oxid-esales/oxideshop-db-views-generator

最新稳定版本:v3.0.0-alpha.1

Composer 安装命令:

composer require oxid-esales/oxideshop-db-views-generator

包简介

OXID eShop database views regeneration from console command

README 文档

README

This component provides eShop the way of creating/recreating the views structure from console command. This might be needed after updating OXID eShop version which has a database migration.

Possible ways to use

  • Run bash script: vendor/bin/oe-eshop-db_views_generate
  • Run PHP script vendor/oxid-esales/generate_views.php
  • Use class ViewsGenerator

Note:

Path to bootstrap might be forced by passing ESHOP_BOOTSTRAP_PATH parameter.

ESHOP_BOOTSTRAP_PATH='source/bootstrap.php' vendor/bin/oe-eshop-db_views_generate ESHOP_BOOTSTRAP_PATH='/var/www/oxideshop/source/bootstrap.php' php oxideshop-db-views-generator/generate_views.php

Possible return error codes

After the execution of script it will return one of the following return error codes:

  • 0 - If the execution went without errors;
  • 1 - If an exception was thrown and details are stored in oxideshop.log file;
  • 2 - If an unknown error has been thrown and no details are available.

Bugs and Issues

If you experience any bugs or issues, please report them in the section OXID eShop (all versions) of https://bugs.oxid-esales.com.

统计信息

  • 总下载量: 1.16M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 4
  • 依赖项目数: 11
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 16
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2017-05-22