added memory_usage

World Wide Web Server 2012-07-04 16:04:09 -07:00
parent 132d6948bb
commit 11664ad566

@ -2,7 +2,9 @@ Here is a list of Pseudo Variables that you can include in your CodeIgniter Temp
{elapsed_time} http://codeigniter.com/user_guide/libraries/benchmark.html 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.
Are there any more ?
{memory_usage} http://codeigniter.com/user_guide/libraries/benchmark.html An alternate way to show your memory usage in your view files is to use this pseudo-variable, if you prefer not to use the pure PHP:
NOTE : Are there any more Pseudo Variables ?
NOTE Pseudo Variables are DO NOT seem to be expanded if you are concatenating Templates !