Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
form_cell.php
Go to the documentation of this file.
00001 <?php
00018 ?>
00019 <table>
00020         <tr>
00021                 <td<?= $idleft ? " id=\"".$idleft."\"" : ""?> class="fleft"><?= $cleft ?></td>
00022                 <td<?= $idright ? " id=\"".$idright."\"" : ""?> class="fright"><?= $cright ?></td>
00023         </tr>
00024 </table>