Granada\ORM::find_array PHP Méthode

find_array() public méthode

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