![]() |
Urlaubsplan
|


Öffentliche Attribute | |
| bool | $autoRoutesImproved = false |
| bool | $oldFilterOrder = false |
| bool | $limitZeroAsAll = true |
Enable/disable backward compatibility breaking features.
| bool Config::Feature::$autoRoutesImproved = false |
Use improved new auto routing instead of the default legacy version.
| bool Config::Feature::$limitZeroAsAll = true |
The behavior of limit(0) in Query Builder.
If true, limit(0) returns all records. (the behavior of 4.4.x or before in version 4.x.) If false, limit(0) returns no records. (the behavior of 3.1.9 or later in version 3.x.)
| bool Config::Feature::$oldFilterOrder = false |
Use filter execution order in 4.4 or before.