Ejemplo n.º 1
0
<?php

error_reporting(E_ALL);
ini_set("display_errors", 1);
include $_SERVER["DOCUMENT_ROOT"] . "/head_foot/header.php";
include $_SERVER["DOCUMENT_ROOT"] . "/head_foot/footer.php";
require $_SERVER["DOCUMENT_ROOT"] . '/books/GetBook.php';
require $_SERVER["DOCUMENT_ROOT"] . "/lib/Manage.php";
$books = new GetBook();
$date = new Manage();
$array = $books->getBooks();
/**
 * TODO add search by
 */
?>
<!---source; http://github.com/stidges/jquery-searchable -->
<div class="container">
    <div class="row">

    <div class="row">
        <div class="col-lg-12">
            <h3>Tous les livres</h3>
        </div>
    </div>
    <div class="row">
        <div class="col-lg-4 col-lg-offset-4">
            <input type="search" id="search" value="" class="form-control" placeholder="Rechercher">
        </div>
    </div>
    <div class="row">
        <div class="col-lg-12">