|
Tv2 documentation | |||||
PREV NEXT | FRAMES NO FRAME | |||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Error handler (currently logs errors into files).
Field Summary | |
private string | $dir Directory where error logs are kept |
private integer | $err_count Counts number of errors |
private string | $file_name error log file of the day |
private mixed | $fp1 File handle for first error file |
private mixed | $fp2 File handle for second error file |
Constructor Summary | |
void | ctlErrors() Constructor. |
Method Summary | |
boolean | add(string $message) Adds error message |
Field Detail |
private string $dir
Directory where error logs are kept
private integer $err_count
Counts number of errors
private string $file_name
error log file of the day
private mixed $fp1
File handle for first error file
private mixed $fp2
File handle for second error file
Constructor Detail |
void ctlErrors()
Constructor. Sets $this->dir and $this->file_name
Method Detail |
boolean add(string $message)
Adds error message
message
- error message
|
Tv2 documentation | |||||
PREV NEXT | FRAMES NO FRAME | |||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This document was generated by phpdocgen 0.17-rc3.
Copyright © 2002-03 Stéphane GALLAND (under the GNU General Public License)