08.10.2017 Views

codeigniter_tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CodeIgniter<br />

memory_usage Amount of memory consumed by the current TRUE<br />

request, in bytes<br />

post Any POST data passed in the request TRUE<br />

queries<br />

Listing of all database queries executed, including TRUE<br />

execution time<br />

uri_string The URI of the current request TRUE<br />

session_data Data stored in the current session TRUE<br />

query_toggle_count<br />

The number of queries after which the query<br />

block will default to hidden.<br />

25<br />

The profiler set in the file in application/config/profiler.php can be overridden by<br />

using the set_profiler_sections() function in controllers as shown below.<br />

$sections = array(<br />

);<br />

'config' => TRUE,<br />

'queries' => TRUE<br />

$this->output->set_profiler_sections($sections);<br />

76

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!