PHP Classes

File: CMF/Web/application/views/en/admin/module_dashboard.php

Recommend this page to a friend!
  Classes of Burge Lab   BurgeATS   CMF/Web/application/views/en/admin/module_dashboard.php   Download  
File: CMF/Web/application/views/en/admin/module_dashboard.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BurgeATS
CRM, Ticketing system, and employee manangement
Author: By
Last change: Update of CMF/Web/application/views/en/admin/module_dashboard.php
Date: 1 year ago
Size: 194 bytes
 

Contents

Class file image Download
{total_text}: <?php echo sizeof($modules); ?><br>
<ul class="dash-ul" style="padding:10px">
    <?php
        $i
=1;
        foreach(
$modules as $md)
        {
            echo
"<li>".$md['module_name']."</li>";
        }
   
?>
</ul>