Subversion Repositories Applications.framework

Rev

Rev 5 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 aurelien 1
<div>
2
<?php echo $var; ?>
3
Some content here.
4
<?= $var; ?>
5
<? echo $var; ?>
6
</div>