HomeHelpTrac

Ignore:
Timestamp:
01/05/09 22:59:11 (3 years ago)
Author:
Anton Lesnikov
Message:
  1. Chat module added, removed an old one.
  2. Removed an old modules mechanism.
  3. Request and Service classes for module engine.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/chat/classes/BxChatDb.php

    r8219 r8251  
    2121***************************************************************************/ 
    2222 
    23 require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolDb.php' ); 
     23require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolModuleDb.php' ); 
    2424 
    25 class BxChatDb extends BxDolDb {     
     25class BxChatDb extends BxDolModuleDb {   
    2626    var $_oConfig; 
    2727    /* 
     
    2929     */ 
    3030    function BxChatDb(&$oConfig) { 
    31         parent::BxDolDb(); 
     31        parent::BxDolModuleDb(); 
    3232         
    3333        $this->_oConfig = $oConfig; 
Note: See TracChangeset for help on using the changeset viewer.