[ Index ]
osCommerce Docs :: PHP Cross Reference For osCommerce 2.2 MS2
Provided By OSCdox.com

/admin/includes/functions/ -> html_graphs.php (summary)

[Source view]

(no description)

Author: (None specified)
File Size: 568 lines (25 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 13 functions

  html_graph()
  html_graph_init()
  start_graph()
  end_graph()
  hv_graph_defaults()
  horizontal_graph()
  vertical_graph()
  double_horizontal_graph()
  double_vertical_graph()
  tep_banner_graph_infobox()
  tep_banner_graph_yearly()
  tep_banner_graph_monthly()
  tep_banner_graph_daily()

Functions

Functions that are not part of a class:
html_graph($names, $values, $bars, $vals, $dvalues = 0, $dbars = 0)   X-Ref

calls routines to initialize defaults, set up table
print data, and close table.

html_graph_init()   X-Ref

sets up the $vals array by initializing all values to null. Used to avoid
warnings from error_reporting being set high. This routine only needs to be
called if you are worried about using uninitialized variables.

start_graph($vals, $names)   X-Ref

prints out the table header and graph labels

end_graph()   X-Ref

prints out the table footer

hv_graph_defaults($vals)   X-Ref

sets the default values for the $vals array

horizontal_graph($names, $values, $bars, $vals)   X-Ref

prints out the actual data for the horizontal chart

vertical_graph($names, $values, $bars, $vals)   X-Ref

prints out the actual data for the vertical chart

double_horizontal_graph($names, $values, $bars, $vals, $dvalues, $dbars)   X-Ref

prints out the actual data for the double horizontal chart

double_vertical_graph($names, $values, $bars, $vals, $dvalues, $dbars)   X-Ref

prints out the actual data for the double vertical chart

tep_banner_graph_infobox($banner_id, $days)   X-Ref

draws a double vertical bar graph for the banner views vs clicks statistics

tep_banner_graph_yearly($banner_id)   X-Ref

draws a double vertical bar graph for the banner views vs clicks statistics

tep_banner_graph_monthly($banner_id)   X-Ref

draws a double vertical bar graph for the banner views vs clicks statistics

tep_banner_graph_daily($banner_id)   X-Ref

draws a double vertical bar graph for the banner views vs clicks statistics



Generated: Tue Nov 4 23:53:39 2003
Hosted By :: AABox.com
Cross-referenced by PHPXref 0.4