PHP Classes

File: Demo_Simple/Examples/dark.php

Recommend this page to a friend!
  Classes of enri_pin   Easy Tables   Demo_Simple/Examples/dark.php   Download  
File: Demo_Simple/Examples/dark.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Easy Tables
Show, edit and export database table records
Author: By
Last change:
Date: 10 years ago
Size: 706 bytes
 

Contents

Class file image Download
<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>Easy Tables</title>
    <link rel="stylesheet" href="../easyTables/css/easyTable.css" type="text/css">
       <link rel="stylesheet" href="../easyTables/css/dark.css" type="text/css">
       <script src="../easyTables/js/jquery.js" type="text/javascript"></script>
    <script src="../easyTables/js/bootstrap-modal.js"></script>
       <script src="../easyTables/js/easyTable.js" type="text/javascript"></script>
</head>
<body>
    <div id="tableContainer"></div>
    <script type="text/javascript">
        $("#tableContainer").easyTable({
            configFile:"example1.php"
        });
    </script>
    </br><center><a href="../index.php">Back</a></center>
</body>
</html>