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