Пример #1
0
 private function _setDatabases()
 {
     if (!is_null($this->_company)) {
         // -- Set the database name and client ID
         // --------------------------------------
         Model_Intranet::forge($this->_company, $this->_clientID);
         Model_Debtsolv::forge(Model_Intranet::getCompanyID(), $this->_clientID);
     } else {
         return;
     }
 }