示例#1
0
 public function _imagegroupadd()
 {
     $Imagegroup = new imagegroup();
     $Imagegroup->_add($_POST['groupname'], $_POST['groupdescription'], $_POST['groupcatalog']);
 }