
Static Public Member Functions | |
| static | getDBI () |
| Get the DBI to access the CSERD database. | |
| static | init () |
| Initialize the CSERD services. | |
| static | isInitialized () |
| Check to see if CSERD is initialized. | |
Definition at line 7 of file CSERD.php5.
| static CSERD::getDBI | ( | ) | [static] |
Get the DBI to access the CSERD database.
Definition at line 47 of file CSERD.php5.
Referenced by SDRServiceCache::updateAverageReviewRating().
| static CSERD::init | ( | ) | [static] |
Initialize the CSERD services.
Connect to CSERD database and store the DBI for other services/ applications to use it
Definition at line 17 of file CSERD.php5.
References SObject::getError(), and SConfig::getOption().
| static CSERD::isInitialized | ( | ) | [static] |
Check to see if CSERD is initialized.
Definition at line 38 of file CSERD.php5.
1.5.6