Skip to content
Bugfixes
========
 * loadWhereOr now uses OR conjunction instead of AND
 * loadIds() no longer throws an error when none exist, and will now load all IDs that exist instead of the first one.
 * Exceptions are in the global namespace.
 * selectWhereQuery was using explode instead of implode.

New methods
============
* deleteIds - delete objects with the specified array list of IDs from the table. This is quick and cache-friendly.
* deleteWhereAnd - similar to loadWhereAnd() but deletes instead of loads. This will clear your cache by default though.
* deleteWhereOr - similar to loadWhereOr() but deletes instead of loads. This will clear your cache by default though.

Low Importance
===============
* updated documentation for loadIds
* removing the irap repository from composer file.