PHP Classes

File: views/allrequests.php

Recommend this page to a friend!
  Classes of Axel Hahn   Pimped Apache Status   views/allrequests.php   Download  
File: views/allrequests.php
Role: Example script
Content type: text/plain
Description: Sample output
Class: Pimped Apache Status
Display the requests handled by an Apache server
Author: By
Last change: Beta 2.00.06 - max 10 values in js graph; fix footer in admin; some colors
v2 beta - first commit for github
Date: 5 years ago
Size: 158 bytes
 

Contents

Class file image Download
<?php
/*
 * PIMPED APACHE-STATUS
 *
 * view: ALL REQUESTS
 *
 */


$oDatarenderer=new Datarenderer();
$content=$oDatarenderer->renderTable('requests_all');