Exemplo n.º 1
0
 function save_action()
 {
     $this->public_action();
     $style = new style($this->obj);
     $style_info = $style->model_save_action($_POST);
     $this->ACT_layer_msg("信息修改成功!", 9, "index.php?m=admin_style", 2, 1);
 }
Exemplo n.º 2
0
 function save_action()
 {
     $this->public_action();
     $style = new style($this->obj);
     $style_info = $style->model_save_action($_POST);
 }