Example #1
0
<?php

include_once 'includes/functions.php';
$idCommande = 1;
$dm = new DataModel();
$result = $dm->getLignesCommande($idCommande);
?>

<!DOCTYPE html>
<html>
    <head>
        <!--Import Google Icon Font-->
        <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
        <!--Import materialize.css-->
        <link type="text/css" rel="stylesheet" href="css/materialize.min.css"  media="screen,projection"/>

        <!--Let browser know website is optimized for mobile-->
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <meta charset="utf-8" />

    </head>
    <body>

        <div class="container">
            <div class="col s10 offset-s1">

                <table>
                    <thead>
                        <tr>
                            <th>Désignation</th>
                            <th>Prix HT</th>