Пример #1
0
 public function __construct($aOptions, $oTemplate)
 {
     parent::__construct($aOptions);
     if ($oTemplate) {
         $this->_oTemplate = $oTemplate;
     } else {
         $this->_oTemplate = BxDolTemplate::getInstance();
     }
 }
Пример #2
0
 /**
  * Constructor
  */
 function __construct(&$oModule)
 {
     parent::__construct('bx_ads_main', 'ID', 'IDProfile');
 }
Пример #3
0
 /**
  * Constructor
  */
 function __construct(&$oModule)
 {
     parent::__construct($oModule->_oDb->getPrefix() . 'product_files', 'id', 'author_id');
 }
Пример #4
0
 /**
  * Constructor
  */
 function __construct(&$oModule)
 {
     parent::__construct('bx_blogs_posts', 'PostID', 'OwnerID');
 }
 /**
  * Constructor
  */
 function __construct(&$oModule)
 {
     parent::__construct($oModule->_oDb->sTablePrefix . 'privacy', 'author_id', 'author_id');
 }
Пример #6
0
 /**
  * Class constructor;
  */
 function __construct(&$oModule)
 {
     parent::__construct($oModule->_oDb->sTablePrefix . 'data', 'id_poll', 'id_profile');
 }
Пример #7
0
 /**
  * Constructor
  */
 function __construct(&$oModule)
 {
     parent::__construct('bx_sites_main', 'id', 'ownerid');
 }
Пример #8
0
 /**
  * Constructor
  */
 function __construct(&$oModule)
 {
     $this->oModule = $oModule;
     parent::__construct($oModule->_oDb->getPrefix() . 'main', 'id', 'author_id');
 }
Пример #9
0
 function __construct(&$oModule)
 {
     parent::__construct('Profiles', 'ID', 'ID');
 }
Пример #10
0
 /**
  * Constructor
  */
 function __construct($sTable = 'bx_photos_main', $sId = 'ID', $sOwner = 'Owner')
 {
     parent::__construct($sTable, $sId, $sOwner);
 }
Пример #11
0
 /**
  * Constructor
  */
 function __construct($sTable = 'RayMp3Files', $sId = 'ID', $sOwner = 'Owner')
 {
     parent::__construct($sTable, $sId, $sOwner);
 }
Пример #12
0
 /**
  * Constructor
  */
 function __construct(&$oModule)
 {
     $this->oModule = $oModule;
     parent::__construct($oModule->_oDb->_sPrefix . 'main', 'ID', 'ResponsibleID');
 }
Пример #13
0
 function __construct(&$oModule)
 {
     parent::__construct($oModule->_oDb->getPrefix() . 'entries', 'id', 'author_id');
     $this->_oModule = $oModule;
 }