CodeIgniter shows the method of all script execution times, CodeIgniter displays all
The examples in this article describe how CodeIgniter displays all script execution times. Share to everyone for your reference. The specific analysis is as follows:
If you want to show the execution time of all scripts, add the following code to the view
<?php echo $this->benchmark->elapsed_time ();?>
You can also use the following pseudo-variable
{Elapsed_time}
I hope this article is helpful to everyone based on CodeIgniter PHP program design.
http://www.bkjia.com/PHPjc/970973.html www.bkjia.com true http://www.bkjia.com/PHPjc/970973.html techarticle CodeIgniter shows the method of all script execution times, CodeIgniter shows all the examples in this article that describe how CodeIgniter displays all the script execution times. Share to everyone for your reference. ...