Procedural File: lib_news.php
Source Location: /_includes/lib_news.php
Classes:
Comment
Describes a news comment.
News
Describes a news item.
Page Details:
A library that contains everything that is related to the site's news system.
Tags:
Includes:
getAllNewsCaptions [line 46]
array getAllNewsCaptions(
)
|
|
Gets the captions of all available news entries.
Tags:
getNews [line 30]
array getNews(
string $sqlSelector)
|
|
Gets all news items that matches the specified selector.
Tags:
Parameters
| string |
$sqlSelector |
The selector that specifies all matching news items, e.g. "WHERE id > 5" or "ORDER BY id". |
|