Granada\ORM::find_array PHP Method

find_array() public method

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
return array
    public function find_array()
    {
        return $this->_run();
    }
ORM