get('h') != "" ) $conf['graph_height'] = intval($input->get('h')); if($input->get('w') != "" ) $conf['graph_width'] = intval($input->get('w')); if($input->get('graph_height') != "" ) $conf['graph_height'] = intval($input->get('graph_height')); if($input->get('graph_width') != "" ) $conf['graph_width'] = intval($input->get('graph_width')); $this->conf = $conf; $this->views = $views; $this->scheme = $scheme; } }