dbms_primeidc_init...1
This commit is contained in:
parent
f307b3c4be
commit
19040d6921
@ -184,7 +184,7 @@ abstract class Model
|
||||
//Result
|
||||
private function makeResultQuery(string $head, string $tail = ""): string
|
||||
{
|
||||
return "{$head} FROM {$this->getTable()} {$this->_querys['JOIN']} {$this->getWhere()} {$this->_querys['LIKE']} {$tail}";
|
||||
return "{$head} FROM {$this->getTable()} {$this->_querys['JOIN']} {$this->getWhere()} {$tail}";
|
||||
}
|
||||
public function getResult($mode = PDO::FETCH_ASSOC): mixed
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user