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

select() 공개 메소드

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