Ejemplo n.º 1
0
<?php

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

<!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>


        <table>
            <thead>
                <tr>
                    <th>Désignation</th>
                    <th>Prix HT</th>
                    <th>Quantité commandée</th>
                    <th>Taux TVA</th>
                    <th>Quantité en stock</th>