//数据添加
public function newData($strName="")
{
if (IS_POST) {
//如果用户提交数据
$model = D("$strName");
if (!$model->create()){
// 如果创建失败 表示验证没有通过 输出错误提示信息
$info = array(
"info"=>"{$model->getError()}",
"status"=>"n",
);
$this->ajaxReturn($info,'json');
exit();
} else {
if ($model->add()){
$info = array(
"info"=>"恭喜操作成功!",
"status"=>"y",
);
$this->ajaxReturn($info,'json');
} else {
$info = array(
"info"=>"操作失败!",
"status"=>"n",
);
$this->ajaxReturn($info,'json');
}
}
}
}
//数据更新
public function update($strName="")
{
if (IS_POST) {
//如果用户提交数据
$model = D("$strName");
if (!$model->create()){
// 如果创建失败 表示验证没有通过 输出错误提示信息
$info = array(
"info"=>"{$model->getError()}",
"status"=>"n",
);
$this->ajaxReturn($info,'json');
exit();
} else {
if ($model->save()){
$info = array(
"info"=>"恭喜操作成功!",
"status"=>"y",
);
$this->ajaxReturn($info,'json');
} else {
$info = array(
"info"=>"操作失败!",
"status"=>"n",
);
$this->ajaxReturn($info,'json');
}
}
}
}
//数据删除
public function delete($strNmae = '')
{
if(IS_POST)
{
$id = I('post.id');
if(!empty($id))
{
//用户提交数据删除当前id
$model = D("$strName");
$result = $model->delete("$id");
if($result !== false){
$info = array(
"info"=>"操作成功!",
"status"=>"y",
);
$this->ajaxReturn($info,'json');
}else{
$info = array(
"info"=>"操作失败!",
"status"=>"n",
);
$this->ajaxReturn($info,'json');
}
}
}
}
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有