dagger2002
Programmer
Hey all
This is my first class that I have done, with a little help I got it built. But when I go to get information from it, which i am not sure that I am doing it right, I get the following Error
the class is named: chart here are its properties:
Here is what I am trying to do
This is my first class that I have done, with a little help I got it built. But when I go to get information from it, which i am not sure that I am doing it right, I get the following Error
Properties Error
the class is named: chart here are its properties:
Code:
private $chart_id;
private $chart_name;
private $chart_swf;
private $chart_graph_props;
private $chart_category_list_props;
private $chart_category_props;
private $chart_dataset_props;
private $chart_set_props;
Here is what I am trying to do
Code:
<?php
require('dasd_class.php');
$par = new chart(1 , 1);
echo $par->chart.chart_name;
?>