Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
manage_table.php
Go to the documentation of this file.
00001 <?php
00017 ?>
00018 <section>
00019 <h1 class="section_title"><?= $title ?></h1>
00020 <? if(isset($text)): ?>
00021 <p><?= $text ?></p>
00022 <? endif ?>
00023 <?= $table ?>
00024 </section>