forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
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 ?
- Original author: Derek Jones
- How to extend helpers: See User Guide
- Modified by: Thomas Stapleton (id, classes, selected country option and all option)
- Modified by: Bradley De-Lar (construct, setLayout example)