spadefoot / kohana-orm-leap

An ORM module for the Kohana PHP framework that is designed to work with all major databases.
http://spadefoot.github.io/kohana-orm-leap/
100 stars 25 forks source link

Add paging support? #14

Closed ekarlso closed 12 years ago

ekarlso commented 12 years ago

Would it be possible for you to implement something like DB_ORM::model("user")->page->(0, 10) to generate the SQL LIMIT 0, 10 ?

ekarlso commented 12 years ago

Deferred

spadefoot commented 12 years ago

Great suggestion!!!! Will look at adding this feature.

spadefoot commented 12 years ago

Added the page function to code.