smart menu things
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
This commit is contained in:
@ -199,6 +199,11 @@ class Model {
|
||||
return true;
|
||||
}
|
||||
|
||||
function exists($id)
|
||||
{
|
||||
return $GLOBALS['redis']->exists($this->dbTable.':'.$id);
|
||||
}
|
||||
|
||||
function delete()
|
||||
{
|
||||
return $GLOBALS['redis']->del($this->dbTable.':'.$this->id);
|
||||
|
Reference in New Issue
Block a user