Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/oxideshop-db-views-generator
The possibility to regenerate shop views by using console command.
https://github.com/oxid-esales/oxideshop-db-views-generator
oxid-esales oxid-eshop-component php tool
Last synced: about 1 month ago
JSON representation
The possibility to regenerate shop views by using console command.
- Host: GitHub
- URL: https://github.com/oxid-esales/oxideshop-db-views-generator
- Owner: OXID-eSales
- License: other
- Created: 2017-05-18T14:33:09.000Z (over 7 years ago)
- Default Branch: b-8.0.x
- Last Pushed: 2024-11-07T08:43:16.000Z (about 2 months ago)
- Last Synced: 2024-11-07T09:37:58.112Z (about 2 months ago)
- Topics: oxid-esales, oxid-eshop-component, php, tool
- Language: PHP
- Size: 33.2 KB
- Stars: 3
- Watchers: 18
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
OXID eShop Views Generator
==========================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.phpPossible 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.