Esempio n. 1
0
 function __construct(&$oConfig)
 {
     parent::__construct($oConfig);
     $this->_sTableSharesTrack = $this->_sPrefix . 'shares_track';
     $this->_aTablesMedia = array(BX_TIMELINE_MEDIA_PHOTO => $this->_sPrefix . 'photos', BX_TIMELINE_MEDIA_VIDEO => $this->_sPrefix . 'videos');
     $this->_aTablesMedia2Events = array(BX_TIMELINE_MEDIA_PHOTO => $this->_sPrefix . 'photos2events', BX_TIMELINE_MEDIA_VIDEO => $this->_sPrefix . 'videos2events');
 }
Esempio n. 2
0
 function __construct(&$oConfig)
 {
     parent::__construct($oConfig);
     $this->_sTableEvt2Usr = $this->_sPrefix . 'events2users';
 }
Esempio n. 3
0
 function __construct(&$oConfig)
 {
     parent::__construct($oConfig);
     $this->_sTableSharesTrack = $this->_sPrefix . 'shares_track';
 }