example.php
Go to the documentation of this file.
00001 <!-- 00002 * This is a recommended Polystyle PHP example. 00003 * Reformat this file as you like to define your personal style. 00004 * 00005 * This file only defines the HTML-PHP border syntax. The formatting for 00006 * PHP code is in example.php-code. 00007 * 00008 * Note: 00009 * 1.) Polystyle does not format comments based on examples. It will always 00010 * format comments the same way. 00011 * 00012 * Copyright Flashbulb Studios 00013 * 00014 * http://polystyle.com 00015 --> 00016 <fake-tag a = "<%= x %>" b = y <%= x %> = <%= x %>>text</fake-tag> 00017 00018 <% 00019 a; 00020 %> 00021 00022 <% %> 00023 00024 <fake-tag><%= a %></fake-tag> 00025 00026 <fake-tag><?php echo a ?></fake-tag>
