08-24-2020, 01:43 PM
Hi!
You can override the Profiler library creating a file with the same name and content in the application/libraries folder. This new file will override the file in the system/libraries/Profiler.php folder.
After copying the original class, observe the run method.
See that it displays the content inside the #codeigniter_profiler div. You can change the name if you want or create a view with the template you want and display it within the run function.
You can override the Profiler library creating a file with the same name and content in the application/libraries folder. This new file will override the file in the system/libraries/Profiler.php folder.
After copying the original class, observe the run method.
See that it displays the content inside the #codeigniter_profiler div. You can change the name if you want or create a view with the template you want and display it within the run function.