PHP Classes

File: sample_provided_methods.php

Recommend this page to a friend!
  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: 15 years ago
Size: 111 bytes
 

Contents

Class file image Download
<?php

require_once('GoogleChart.class.php');

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