07.03.2016 Views

helloooo

fjfjfjsjdf

fjfjfjsjdf

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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!