Granada\ORM::find_array PHP 메소드

find_array() 공개 메소드

Tell the ORM that you are expecting multiple results from your query, and execute it. Will return an array, or an empty array if no rows were returned.
public find_array ( ) : array
리턴 array
    public function find_array()
    {
        return $this->_run();
    }
ORM