phpDataMapper_Query::execute PHP 메소드

execute() 공개 메소드

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