NukeViet\Core\Database::where PHP Method

where() public method

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