Esempio n. 1
0
 function __construct()
 {
     $oMedia = new BxVideosSearch();
     $oMedia->aCurrent['ownFields'][] = 'Video';
     $oMedia->aCurrent['ownFields'][] = 'Source';
     parent::__construct('bx_videos', $oMedia);
 }
Esempio n. 2
0
 function BxVideosRate()
 {
     $oMedia = new BxVideosSearch();
     $oMedia->aCurrent['ownFields'][] = 'Video';
     $oMedia->aCurrent['ownFields'][] = 'Source';
     parent::BxDolFilesRate('bx_videos', $oMedia);
 }
Esempio n. 3
0
 function __construct()
 {
     $oMedia = new BxPhotosSearch();
     parent::__construct('bx_photos', $oMedia);
 }
Esempio n. 4
0
 function BxPhotosRate()
 {
     $oMedia = new BxPhotosSearch();
     parent::BxDolFilesRate('bx_photos', $oMedia);
 }
Esempio n. 5
0
 function BxSoundsRate()
 {
     $oMedia = new BxSoundsSearch();
     parent::BxDolFilesRate('bx_sounds', $oMedia);
 }
Esempio n. 6
0
 function __construct()
 {
     $oMedia = new BxSoundsSearch();
     parent::__construct('bx_sounds', $oMedia);
 }