index
:
lorea/elgg
floxglove-1
floxglove-2
floxglove-3
lorea-preprod
master
saravea
saraveadev
Social Networking Engine
Saravea
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
classes
/
ElggBatch.php
Age
Commit message (
Expand
)
Author
2013-02-09
cleaned up some coding standard issues
cash
2012-05-10
Documented that results will be null if no results are returned in ElggBatch.
Brett Profitt
2012-01-25
Fixes #4288. Added setIncrementOffset() to ElggBatch.
Brett Profitt
2012-01-09
coding standard fixes to engine
Cash Costello
2011-12-23
Refs #4239 improved the documentation on ElggBatch for the limit option
cash
2011-07-27
Fixed some documentation.
Brett Profitt
2011-03-09
Fixed some typos in documentation of ElggBatch.
brettp
2011-03-08
Added a bit more docs to ElggBatch.
brettp
2011-02-15
Fixes #2808: elgg_get_array_value => elgg_extract
ewinslow
2011-02-14
Clearing caches in ElggBatch.
brettp
2011-02-13
If using a callback in ElggBatch, make sure there's an initial value to return.
brettp
2011-02-13
Additional checking in ElggBatch for valid key.
brettp
2011-02-13
Added ability to get results of callback function in ElggBatch.
brettp
2011-02-13
Fixed ElggBatch problems when specifying a limit of 0. Fixed a shoot yourself...
brettp
2011-02-13
Added ElggBatch class for more efficient batch operations on large sets of El...
brettp