PHP Classes

File: piegraph.php

Recommend this page to a friend!
  Classes of Patel Shailesh   DbGraph   piegraph.php   Download  
File: piegraph.php
Role: Application script
Content type: text/plain
Description: creating pie graph
Class: DbGraph
Generate line and 3D bar graphs
Author: By
Last change:
Date: 16 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();
?>