コード例 #1
0
ファイル: statistiques.php プロジェクト: lcapdecomme/monls
$jeu->chargeDernierJeu();
include_once 'composants/nav.php';
?>
 

        <div id="page-wrapper">
            <div class="row">
                <div class="col-lg-12">
                    <h1 class="page-header">Statistiques
                    </h1>
                </div>
                <!-- /.col-lg-12 -->
            </div>

            <?php 
$stmt = $stat->litSommeGainsParSaison();
$num = $stmt->rowCount();
if ($num > 0) {
    ?>
            <div class="row">
                <div class="col-lg-12">
                    <div class="panel panel-primary">
                        <div class="panel-heading">
                            Somme des Gains / saison
                        </div>
                        <div class="panel-body">
                                <table class="table table-striped table-bordered table-hover" id="dataTables-caisse">
                                   <thead>
                                       <tr>
                                           <th class="text-center">Saison</th>
                                           <th class="text-center">Somme</th>