PHP Classes

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

Recommend this page to a friend!
  Classes of Burge Lab   BurgeATS   CMF/Web/application/views/en/admin/es_dashboard.php   Download  
File: CMF/Web/application/views/en/admin/es_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/es_dashboard.php
Date: 1 year ago
Size: 162 bytes
 

Contents

Class file image Download
<ul class="dash-ul" style="padding:10px">
    <?php
       
foreach($counts as $c)
            if(isset(
$c['name']))
                echo
"<li>".$c['name'].": ".$c['count']."</li>";
   
?>
</ul>