PHP Classes

File: includes/template/footer.php

Recommend this page to a friend!
  Classes of Marco Cesarato   PHP API Database   includes/template/footer.php   Download  
File: includes/template/footer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP API Database
Provide access to database records via REST API
Author: By
Last change: Reformatted code (php-cs-fixer)

Added code standard,
Added hooks git for code standard,
Fixed parse where on null elements
Date: 4 years ago
Size: 551 bytes
 

Contents

Class file image Download
<?php

namespace marcocesarato\DatabaseAPI;

?>
</div> <!-- /container -->

        <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
        <script>window.jQuery || document.write('<script src="<?php echo base_url('/includes/template/js/vendor/jquery-3.2.1.min.js'); ?>"><\/script>')</script>

        <script src="<?php echo base_url('/includes/template/js/vendor/bootstrap.min.js'); ?>"></script>

        <script src="<?php echo base_url('/includes/template/js/main.js'); ?>"></script>
    </body>
</html>