https://github.com/proudcommerce/oxid-ide-modulehelper
Script to generate a .module-helper.php file in the OXID root dir.
https://github.com/proudcommerce/oxid-ide-modulehelper
Last synced: 3 months ago
JSON representation
Script to generate a .module-helper.php file in the OXID root dir.
- Host: GitHub
- URL: https://github.com/proudcommerce/oxid-ide-modulehelper
- Owner: proudcommerce
- Created: 2020-07-11T06:33:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T13:51:09.000Z (about 1 year ago)
- Last Synced: 2025-01-31T08:33:04.317Z (5 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OXID 6 ide module helper
Script to generate a .module-helper.php file in the OXID root dir.
The generated file contains all module namespaces and extensions for your IDE to use for reference.
This way, the IDE should find the extended classes for every class that uses OXIDs custom "_parent" logic to extend OXID classes.## Installation
copy file to `YOURSHOPROOT/source/bin/`
## Usage
`php source/bin/pc-ide-helper.php`
## Changelog
2020-07-09 1.0.0 release
2020-07-11 1.1.0 fix getting metadatas, some other stuff## License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .## Copyright
ProudCommerce | www.proudcommerce.com