dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-03 15:46:13 +09:00
parent f307b3c4be
commit 19040d6921

View File

@ -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
{