dbms_primeidc_init...1
This commit is contained in:
parent
ca0fa67f13
commit
c327709379
@ -14,8 +14,10 @@ abstract class Model
|
||||
private $_querys = [];
|
||||
private $_wheres = [];
|
||||
private $_lastQuery = "";
|
||||
protected function __construct() {} //
|
||||
|
||||
protected function __construct()
|
||||
{
|
||||
$this->reset();
|
||||
} //
|
||||
abstract public function getTable(): string;
|
||||
abstract public function getPKField(): string;
|
||||
abstract public function getTitleField(): string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user