lox / pheasant

A lightweight data mapper designed to take advantage of PHP 5.3+
http://getpheasant.com
MIT License
101 stars 21 forks source link

Fix to make Collection::order chainable again #102

Closed sinamt closed 10 years ago

sinamt commented 10 years ago

This is a fix for a regression in 1.2 related to 4d8298180272f59d80941e4c6bc1f698d73ebff4 , which meant Collection::order() was no longer chainable.

harto commented 10 years ago

Tagged v.1.2.1 release.