nextId
This commit is contained in:
@@ -36,6 +36,16 @@ class BenutzerController
|
||||
return json_encode($data);
|
||||
}
|
||||
|
||||
|
||||
public function nextId()
|
||||
{
|
||||
|
||||
$result = $this->db->nextId();
|
||||
|
||||
return $result;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user