Blame view

application/_libs/Smarty-3.0.9/demo/templates/index_view.php 310 Bytes
8d65d0ce   andryeyev   init
1
2
3
4
5
6
7
8
9
10
11
12
13
  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