PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of No name   RT Adminlte   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: RT Adminlte
Generate layout and menus for Adminlte
Author: By
Last change: Update v0.3
Update v0.3
Date: 7 years ago
Size: 1,779 bytes
 

Contents

Class file image Download

RTadminlte

Version License

RTadminlte is a project integrate with AdminLTE with v2.3.11. It consists multiple PHP classes which help to create AdminLTE user-interface.

Directory structure

core/assets          AdminLTE v2.3.11 assets
core/example         HTML example view
core/src             php classes source code
core/src/load.php    php function to require all php classes
core/test            tested / example / demo code
docs/                documentation generated by ApiGen

Installation

Installation example

<?php
    require_once './RTadminlte/src/load.php';
    use RTdev\RTadminlte as RTadminlte;
    
    RTadminlte\RTadminlteLoad();
    
    $AdminLTE = new RTadminlte\RTadminlte();

Classes list

  • AdminLTE : RTadminlte base / parent class.
  • UiElements : Child class that provide methods to generate AdminLTE UI elements.
  • Modal : Child class that provide method to generate modal with available color and custom layout.
  • RTadminlte : Child class that provide method to generate web layout with skin color, layout type, navigation menu and etc. It also consists methods to access UiElements and Modal methods.

Read

<a><img src="https://scontent-sit4-1.xx.fbcdn.net/v/t1.0-9/16507910_1243645025671042_2703046086409693309_n.jpg?oh=ec592d2fa0f2be50445d2bfd79b36d0b&oe=58FFE08A" width="99" align="right"/></a>