zfcampus / zf-doctrine-querybuilder

Doctrine Query Builder request Filters
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

[wip] Rename querybuilder #1

Closed TomHAnderson closed 9 years ago

TomHAnderson commented 9 years ago

OrderBy was added. This affected the nature of the module such that it now extends beyond filters and covers querybuilder functionality at a level above filters. For this reason the module will be renamed to zf-doctrine-querybuilder.

This PR includes the rename, orderby, phpcs fixes, and php53 compat for test too.

TomHAnderson commented 9 years ago

This needs a revamped README.md

TomHAnderson commented 9 years ago

@weierophinney this is ready for review, merge, rename

TomHAnderson commented 9 years ago

With the introduction of default query providers https://github.com/TomHAnderson/zf-apigility-doctrine/commit/8c79bc73bc4bad1c254ecb36fb187e9f0e045461 this module now includes query providers which implement these filters and order-by.