szurubooru/src/Models
Marcin Kurczewski 4ce4ea6f70 More straightforward next/prev post calculation
Instead of getting all three rows at once using abs(id1-id2)<=1, it now asks DB
explicitly about id-1 and id+1. Even though it uses more SQL queries, it's
actually slightly faster.
2014-02-23 10:03:05 +01:00
..
Entities SQL overhaul: introducing tree-like queries 2014-02-22 19:40:10 +01:00
Enums Added comment editing support 2014-01-25 16:39:09 +01:00
SearchServices More straightforward next/prev post calculation 2014-02-23 10:03:05 +01:00
AbstractCrudModel.php SQL overhaul: introducing tree-like queries 2014-02-22 19:40:10 +01:00
CommentModel.php SQL overhaul: introducing tree-like queries 2014-02-22 19:40:10 +01:00
IModel.php Models rewrite; removed RedBeanPHP; misc changes 2013-12-18 15:17:49 +01:00
PostModel.php SQL overhaul: introducing tree-like queries 2014-02-22 19:40:10 +01:00
PropertyModel.php SQL overhaul: introducing tree-like queries 2014-02-22 19:40:10 +01:00
TagModel.php SQL overhaul: introducing tree-like queries 2014-02-22 19:40:10 +01:00
TokenModel.php SQL overhaul: introducing tree-like queries 2014-02-22 19:40:10 +01:00
UserModel.php SQL overhaul: introducing tree-like queries 2014-02-22 19:40:10 +01:00