Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

havvg/sfMongoDBPagerPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

sfMongoDBPagerPlugin

The sfMongoDBPager is a sfPager implementation for MongoDB queries.

Configuration

There is only one additional parameter available right now.

sort

  $pager->setParameter('sort', array(
    'timestamp' => MongoCollection::DESCENDING,
  ));

About

An sfPager implementation for MongoDB queries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages