Ejemplo n.º 1
0
 public function water_config_list()
 {
     include_once ROOT_PATH . 'lib/class/material.class.php';
     $material = new material();
     $ret = $material->water_config_list();
     $this->addItem($ret);
     $this->output();
 }