NukeViet\Core\Database::where PHP 메소드

where() 공개 메소드

where for the query.
public where ( string $where = '' ) : Database
$where string
리턴 Database $this
    public function where($where = '')
    {
        $this->_where = $where;
        return $this;
    }