|
Tv2 documentation | |||||
PREV NEXT | FRAMES NO FRAME | |||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
tv2App
, tv2FileHelper
Abstract class for classes using tv2Xdb
Field Summary | |
private object | $fh tv2FileHelper object |
private object | $xdb tv2Xdb object |
Constructor Summary | |
void | tv2Client() Loads this::$xdb |
Method Summary | |
private boolean | error(string $msg) Sends an error to the errors object and returns FALSE |
private void | loadFileHelper() Loads tv2FileHelper into $this->fh. |
private void | loadXdb() Loads tv2Xdb into global variable $xdb and links this::$xdb to it. |
Field Detail |
private object $fh
tv2FileHelper object
private object $xdb
tv2Xdb object
Constructor Detail |
void tv2Client()
Loads this::$xdb
Method Detail |
private boolean error(string $msg)
Sends an error to the errors object and returns FALSE
msg
- error messageprivate void loadFileHelper()
Loads tv2FileHelper into $this->fh. ATTENTION: always copy the code from this method to tv2Site::loadFileHelper and tv2Xdb::loadFileHelper when changed.
private void loadXdb()
Loads tv2Xdb into global variable $xdb and links this::$xdb to it. ATTENTION: always copy the code from this method to tv2Site::loadXdb when changed.
|
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)