Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
00001 <?php 00023 ?> 00024 <label class="<?= (isset($label_class) ? $label_class : '').($required ? " required" : ""); ?>" for="<?= $name ?>"<?= isset($label_form) ? " form=\"".$label_form."\"" : '' ?>> 00025 <?= $label ?> 00026 <?php 00027 if($description) echo "<br/><span class=\"formlabel_exp\">".$description."</span>"; 00028 ?> 00029 </label> 00030 <?= $formfield , $textadd ?> 00031 <?php echo $more ? $more : ''; ?> 00032 <br class="formRowBreak"/>