You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ \DDTools\Tools\Objects::extend → Parameters → $params->extendableProperties: The new optional parameter. Allows to use for extending not all properties from additional objects or arrays (see README → Examples).
+ $params->where → Valid values → null: The new supported value. It is equal to ''.
+ $params->where->{$propName}:
+ You can also specify multiple value variants through an array.
+ You don't have to worry about passing empty arrays, they will just be ignored.
+ \DDTools\Tools\Cache:
+ There are now 2 levels of caching: stable (file-based) and quick ($_SESSION-based). All methods now utilize both levels automatically.
+ getSeveral: The new public static method. Retrieves data of several items from cache storage (see README).
+ saveSeveral: The new public static method. Saves data of several items to cache storage (see README).
+ save, saveSeveral, get, getSeveral, delete → Parameters → $params->resourceId → Valid values → string: The new supported value. You can use a custom string as the resource ID, not only an integer ID.
+ getSeveral, delete → Parameters → $params->resourceId → Valid values → array: The new supported value. You can specify multiple IDs.
+ delete → Parameters → $params->resourceId → Valid values → '*': The new supported value.
+ save → Parameters → $params->isExtendEnabled: The new optional parameter. Allows to extend existing data (see README).