PHP Classes

File: core/test/inc/scripts.php

Recommend this page to a friend!
  Classes of No name   RT Adminlte   core/test/inc/scripts.php   Download  
File: core/test/inc/scripts.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: RT Adminlte
Generate layout and menus for Adminlte
Author: By
Last change: Update to v0.2
Date: 8 years ago
Size: 522 bytes
 

Contents

Class file image Download
<?php
/**
 * @link https://github.com/rogertiongdev/RTphp RTphp GitHub project
 * @license https://rogertiongdev.github.io/MIT-License/
 */
/**
 * Testing RTadminlte on PHP 5.3.29<br>
 * All the method and array index explanation is available in documentation.
 *
 * @version 0.2
 * @author Roger Tiong RTdev
 */
/**
 * This file will inject scripts before the AdminLTE body close tag.
 */
?>

<script type="text/javascript">

    $(document).ready(function () {

        /** Add more scripts here * */

    });

</script>