phpDataMapper_Query::execute PHP Method

execute() public method

Execute and return query as a collection
public execute ( ) : mixed
return mixed Collection object on success, boolean false on failure
    public function execute()
    {
        return $this->mapper()->adapterRead()->read($this);
    }