First almost working version of daemons

This commit is contained in:
osaajani 2019-12-12 00:56:30 +01:00
parent e709ed91b7
commit 6614c2cfeb
9 changed files with 491 additions and 20 deletions

View file

@ -23,6 +23,15 @@ namespace models;
*/
abstract protected function get_table_name() : string;
/**
* Return all the entries
* @return array
*/
public function get_all ()
{
return $this->_select($this->get_table_name());
}
/**
* Return an entry by his id