vmoulin78 / codeigniter-layout-library

CodeIgniter Template Library
MIT License
24 stars 9 forks source link

Pseudo-variables does not work. #3

Closed albertone closed 6 years ago

albertone commented 7 years ago

Hi,

Pseudo variables like {elapsed_time} does not work. I test the library with de default view file welcome.php and {elapsed_time} does not print the value. It shows like "Page rendered in {elapsed_time} seconds. CodeIgniter Version 3.1.5".

vmoulin78 commented 6 years ago

Hi, There is no preprocessor that converts pseudo variables into PHP code. You have to write PHP code directly.