cakephp2-php8/lib/Cake/Model/Behavior
mark_story 4b6dba0c0a Add order=>false to all treebehavior queries.
Models can define default order conditions that will cause issues with
postgres. By setting order=>false on all the queries emitted by
TreeBehavior, we can avoid this issue and not have issues with models
that define a default ordering.

Refs #5155
2014-11-13 21:21:47 -05:00
..
AclBehavior.php Correct doc block return types. 2014-11-05 13:03:27 +01:00
ContainableBehavior.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
TranslateBehavior.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
TreeBehavior.php Add order=>false to all treebehavior queries. 2014-11-13 21:21:47 -05:00