Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
form_fieldset.php
Go to the documentation of this file.
00001 <?php
00017 ?>
00018 <fieldset<?= $id ? " id=\"$id\"" : null?>>
00019 <legend><?= $legend ?></legend>
00020 <?= $content ?>
00021 </fieldset>