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