', $id]; } $where[]=['status', '<', 2]; $where[]=['name', '=', trim($name)]; return $this->checkFieldUnique('name',$where); } }