/framework/vendor/smarty3/lib/demo/templates/index_view.php
PHP | 13 lines | 13 code | 0 blank | 0 comment | 0 complexity | 3377e4b0b76ea0d4cdf695a48f8bc2b4 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
- PHP file test
- $foo is <?=$foo?>
- <br> Test functions
- <? echo trim($foo,"'");?>
- <br>Test objects
- <?=$person->setName('Paul')->setAge(39)->introduce()?>
- <br>Test Arrays
- <?=$array['a']['aa']?> <?=$array['b']?>
- <br>function time
- <? echo time();?>
- <br>nocache function time
- <? echo '<? echo time();?>';?>
- <br>DONE