forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 4
PseudoVariables
World Wide Web Server edited this page Jul 4, 2012
·
4 revisions
Here is a list of Pseudo Variables that you can inlcude in your CodeIgniter Templates
{elapsed_time} An alternate way to show your elapsed time in your view files is to use this pseudo-variable, if you prefer not to use the pure PHP.
http://codeigniter.com/user_guide/libraries/benchmark.html
Are there any more ?