Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zczapran committed Sep 4, 2012
1 parent 6b125c8 commit faf8466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Doctrine ORM Iterator #

[![Build Status](https://secure.travis-ci.org/zczapran/doctrine-orm-iterator.png)](http://travis-ci.org/zczapran/doctrine-orm-iterator)

## Introduction ##

Efficient iterator for Doctrine ORM. Allows for paginated traversing of database collection by specifing a QueryBuilder object that represents a query that retrieve the desired data. The only requirement is that the collection has to have a key with ability to order by it.
Expand Down

0 comments on commit faf8466

Please sign in to comment.