Example #1
0
        <section>
            <h2>Item</h2>
            <?php 
echo $table->listing($item);
?>
        </section>
        <section>
            <h2>Listing</h2>
            <?php 
echo $table->listing($listing);
?>
        </section>
        <section>
            <h2>Map</h2>
            <?php 
echo $table->basic($map, ['class' => 'table']);
?>
        </section>
        <section>
            <h2>DB</h2>
            <?php 
echo Debug::r($database);
?>
            <?php 
echo $database !== false && $tables !== false ? $table->listing($tables[key($tables)], ['class' => 'table']) : Debug::e('failed to get database infos');
?>
        </section>
        <section>
            <h2>Debug</h2>
            <?php 
//                Debug::v($map);