NukeViet\Core\Database::from PHP Method

from() public method

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