Login   Register  
PHP Classes
elePHPant
Icontem

File: sample_provided_methods.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tom Schaefer  >  QGoogle Chart  >  sample_provided_methods.php  >  Download  
File: sample_provided_methods.php
Role: Example script
Content type: text/plain
Description: Exception showing provided methods
Class: QGoogle Chart
Render chart images using Google Chart
Author: By
Last change: renaming
Date: 2008-06-06 05:48
Size: 111 bytes
 

Contents

Class file image Download
<?php

require_once('GoogleChart.class.php');

$graph = new QGoogleChart();
$graph->showMethods();
        
?>