atlasphp / Atlas.Orm

A data mapper implementation for your persistence model in PHP.
http://atlasphp.io
MIT License
428 stars 22 forks source link

orderBy missing #92

Closed ashkart closed 6 years ago

ashkart commented 6 years ago

Hi! In docs there is $atlas->select([])->orderBy(...). But in the srcs in Atlas class select method returns MapperSelect instance which has not orderBy method. This is not correspond to docs. And I cant find an "Atlas way" to make a query with ordering.

ashkart commented 6 years ago

I got it. There is only php doc missing. MapperSelect::select() returns actually Select which is driver-defined within Aura.