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