10-17-2012, 07:46 AM
[eluser]PhilTem[/eluser]
I never did such things, but I have seen that PyroCMS has a custom 404-handling. You can have a look at how it is handled in PyroCMS here.
You would just have to extend it to meet your requirements.
Maybe it's even possible to put something like
in errors/error_db.php. Haven't tried it yet though ;P
I never did such things, but I have seen that PyroCMS has a custom 404-handling. You can have a look at how it is handled in PyroCMS here.
You would just have to extend it to meet your requirements.
Maybe it's even possible to put something like
Code:
Modules::run('errors/display/db');
in errors/error_db.php. Haven't tried it yet though ;P