PHP Classes

File: uploady/vendor/filp/whoops/src/Whoops/Resources/views/frames_description.html.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/vendor/filp/whoops/src/Whoops/Resources/views/frames_description.html.php   Download  
File: uploady/vendor/filp/whoops/src/Whoops/Resources/views/frames_description.html.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change:
Date: 3 months ago
Size: 660 bytes
 

Contents

Class file image Download
<div class="frames-description <?php echo $has_frames_tabs ? 'frames-description-application' : '' ?>">
  <?php if ($has_frames_tabs): ?>
<a href="#" id="application-frames-tab" class="frames-tab <?php echo $active_frames_tab == 'application' ? 'frames-tab-active' : '' ?>">
        Application frames (<?php echo $frames->countIsApplication() ?>)
    </a>
    <a href="#" id="all-frames-tab" class="frames-tab <?php echo $active_frames_tab == 'all' ? 'frames-tab-active' : '' ?>">
      All frames (<?php echo count($frames) ?>)
    </a>
  <?php else: ?>
<span>
        Stack frames (<?php echo count($frames) ?>)
    </span>
  <?php endif; ?>
</div>