GalleryInitFirstPass [line 29]
void GalleryInitFirstPass(
[ $params = array()]
)
|
|
Parameters:
GalleryInitSecondPass [line 161]
void GalleryInitSecondPass(
)
|
|
GalleryPhpErrorHandler [line 228]
boolean GalleryPhpErrorHandler(
int $errorNumber, string $errorString, string $file, int $line, mixed $context
)
|
|
Interceptor for the standard PHP error handler. We log any errors in the database, then proceed with the regular error handler.
Parameters:
|
int |
$errorNumber: |
the code for the error |
|
string |
$errorString: |
an error message |
|
string |
$file: |
the file where the error occurred |
|
int |
$line: |
the line number of the error |
|
mixed |
$context: |
the complete context at the time of the error |
API Tags: