コード例 #1
0
ファイル: BxVideosRate.php プロジェクト: toxalot/dolphin.pro
 function __construct()
 {
     $oMedia = new BxVideosSearch();
     $oMedia->aCurrent['ownFields'][] = 'Video';
     $oMedia->aCurrent['ownFields'][] = 'Source';
     parent::__construct('bx_videos', $oMedia);
 }
コード例 #2
0
 function __construct()
 {
     $oMedia = new BxPhotosSearch();
     parent::__construct('bx_photos', $oMedia);
 }
コード例 #3
0
 function __construct()
 {
     $oMedia = new BxSoundsSearch();
     parent::__construct('bx_sounds', $oMedia);
 }