PHP Classes

File: apps/views/subviews/profile/organisasi.php

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   apps/views/subviews/profile/organisasi.php   Download  
File: apps/views/subviews/profile/organisasi.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 484 bytes
 

Contents

Class file image Download
<div class="tab-pane fade" id="org" role="tabpanel" aria-labelledby="org-tab">
    <?php foreach ($riwayatorg as $organissasi) : ?>
<div class="row">
            <div class="col-md-3">
               <label for=""><?php echo $organissasi['tahun']?></label>
            </div>
            <div class="col-md-6">
                <p class="text-info"><?php echo $organissasi['organisasi'] . " " ?></p>
            </div>
        </div>
        <hr>
    <?php endforeach ?>
</div>