test-PDO.php 118 Bytes
Newer Older
Quentin Vrel's avatar
Quentin Vrel committed
1 2
<html>
<body>
Quentin Vrel's avatar
Quentin Vrel committed
3 4 5 6 7 8
    <h1>Users</h1>
<?php
    require_once("test-PDO-class.php"); 

    User::showAllUsersAsTable();
?>
Quentin Vrel's avatar
Quentin Vrel committed
9