aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggBatch.php
AgeCommit message (Expand)Author
2012-05-10Documented that results will be null if no results are returned in ElggBatch.Brett Profitt
2012-01-25Fixes #4288. Added setIncrementOffset() to ElggBatch.Brett Profitt
2012-01-09coding standard fixes to engineCash Costello
2011-12-23Refs #4239 improved the documentation on ElggBatch for the limit optioncash
2011-07-27Fixed some documentation.Brett Profitt
2011-03-09Fixed some typos in documentation of ElggBatch.brettp
2011-03-08Added a bit more docs to ElggBatch.brettp
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
2011-02-14Clearing caches in ElggBatch.brettp
2011-02-13If using a callback in ElggBatch, make sure there's an initial value to return.brettp
2011-02-13Additional checking in ElggBatch for valid key.brettp
2011-02-13Added ability to get results of callback function in ElggBatch.brettp
2011-02-13Fixed ElggBatch problems when specifying a limit of 0. Fixed a shoot yourself...brettp
2011-02-13Added ElggBatch class for more efficient batch operations on large sets of El...brettp