PHP Classes

File: app/views/partials/_drawer.php

Recommend this page to a friend!
  Classes of Francesco Crisetti   PHP CDN   app/views/partials/_drawer.php   Download  
File: app/views/partials/_drawer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP CDN
Display images from a given directory using AJAX
Author: By
Last change:
Date: 8 years ago
Size: 183 bytes
 

Contents

Class file image Download
<?php

defined
('_EXEC') or die;
$this->registerComponent("directories");
$ctrl = new directoriesController();

?>

<div class="mdl-navigation">
    <?php echo $ctrl->render(); ?>
</div>