|
ultimix
|
Public Member Functions | |
| select_messages ($Start, $Limit, $Field=false, $Order=false) | |
Error log' implementation.
Definition at line 26 of file error_log_algorithms.php.
| select_messages | ( | $Start, | |
| $Limit, | |||
$Field = false, |
|||
$Order = false |
|||
| ) |
Function selects records.
| $Start | - Cursor of the first record. |
| $Limit | - Count of the selecting records. |
| $Field | - Field to sort by. |
| $Order | - Sorting order. |
| Exception | - An exception of this type is thrown. |
Definition at line 58 of file error_log_algorithms.php.