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