PHP Classes

File: piegraph.php

Recommend this page to a friend!
  Classes of Patel Shailesh   DbGraph   ???   Download  
File: ???
Role: Application script
Content type: text/plain
Description: creating pie graph
Class: DbGraph
Generate line and 3D bar graphs
Author: By
Last change:
Date: 17 years ago
Size: 148 bytes
 

Contents

Class file image Download
<?php
 
include "../class.piegraph.php";

 
$graph = new Graph();
 
$graph->LoadGraph(realpath("./piegraph.def"));
 
$graph->DrawGraph();
?>