Example #1
0
 function BxFdbCmts($sSystem, $iId, $iInit = 1)
 {
     parent::BxDolTextCmts($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxFdbModule');
 }
Example #2
0
 function __construct($sSystem, $iId, $iInit = 1)
 {
     parent::__construct($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxFdbModule');
 }