PAD - PHP Application Driver


home | manual | reference | regression | sequence | develop | apps


TableFun/fun 2 a

PHP
tableFun/fun_2_a.php
HTML
tableFun/fun_2_a.pad
Result
<?php

$fun
= [ [11,12,13,14,15],
[
21,22,23,24,25],
[
31,32,33,34,35] ];

?>
<table border='1'> 
{fun}
<tr>
{fun}
{cell $fun}
{/fun}
</tr>
{/fun}
</table>
11 12 13 14 15
21 22 23 24 25
31 32 33 34 35



home | manual | reference | regression | sequence | develop | apps

(c) 2003-2025 Herbert Groot Jebbink