I'm using phprunner in one of my PHPNUKE modules. After spending a lot of time to find out how to integrate the results of phprunner in the module block I found that I need to add a few lines of code at the top of each list, view etc program and some lines of code at the end.
This is quite awful because every change in the configuration requires the same action.
I have tried to use the event OnLoad but this will not help. Is there an easy way to include this code automatically in each generated script? Or do you have any plans to include "entrance" and "exit" calls in each of these scripts?