array getLatestList(
[mixed
$blogIDs = false], [array
$settings = array()]
)
|
|
lists latest Blog Entries from IP.blog
Parameters:
|
mixed |
$blogIDs: |
The blog IDs where the entries should be retrieved from (array-list or int) Use '*', leave empty or set to false for entries from all blogs) |
|
array |
$settings: |
optional query settings. Settings allowed: limit and start - int start = Default: 0
- int limit = Default: 15
|
API Tags:
| Return: | Blog-Entry-Informations as multidimensional array |
| Access: | public |
Information Tags:
| Author: | Matthias Reuter |
| Since: | 2.04 |