|  Download RTadminlte  
 RTadminlte is a project integrate with AdminLTE with v2.3.11. It consists multiple PHP classes which help to create AdminLTE user-interface. Directory structurecore/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
 InstallationInstallation 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> |