You are here

function statspro::__construct in Statistics Pro 6

Same name and namespace in other branches
  1. 6.2 statspro.inc \StatsPro::__construct()

File

./statspro.inc, line 30
statspro class for statistics pro module.

Class

statspro
Manages the data saving and retrieval according to the user defined parameters.

Code

function __construct() {
  $this
    ->set_fields();
}