General Community > Scripting Help

Profiling Your Application

(1/1)

Inter:
Is it possible to view queries to the database to the Administrator?

for example in code igniter:


--- Quote ---Profiling Your Application

The Profiler Class will display benchmark results, queries you have run, and $_POST data at the bottom of your pages. This information can be useful during development in order to help with debugging and optimization.
--- End quote ---


--- Code: ---$this->output->enable_profiler(TRUE);
--- End code ---

Arantor:
In Settings.php add:

--- Code: ---$db_show_debug = true;
--- End code ---

Inter:
Thanks!  :D

Navigation

[0] Message Index

Go to full version