I'm trying to configure the finish function for module.php in zend, from what I understand you need to configure some sort of listener (in bootstrap I think) that will call the finish function and I can then execute code after its finished with the user request.
Can someone provide some example code to setup the module to call finish once it has finished the user request.
Thanks!