https://github.com/aggrosoft/oxid-errorhandler
Better Error Pages for Oxid E-Sales
https://github.com/aggrosoft/oxid-errorhandler
Last synced: 8 months ago
JSON representation
Better Error Pages for Oxid E-Sales
- Host: GitHub
- URL: https://github.com/aggrosoft/oxid-errorhandler
- Owner: aggrosoft
- License: mit
- Created: 2013-10-10T10:04:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-10T12:51:43.000Z (over 12 years ago)
- Last Synced: 2025-03-01T09:34:01.990Z (over 1 year ago)
- Language: PHP
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
oxid-errorhandler
=================
Better Error Pages for Oxid E-Sales.
This will give you a more sophisticated output when running the oxid e-shop with the iDebug setting set to -1,
please be sure that you also need to active display_errors otherwise this will not work.
This is a shameless rip of what the great [symfony2](https://github.com/symfony/symfony) framework does,
most of the code comes from their error handling parts. I just ported the twig templates to smarty, made
it PHP 5.2 compatible and included some more reflection info useful for Oxid development.
