Example #1
0
 public static function getPhotoUrl($albumId, $bodyId, $ext, $w = 194, $h = 194)
 {
     $folderName = \app\models\rt\guide\User::getPhotoFolder();
     return Yii::$app->params['rutravellerHost'] . '/icache/' . $folderName . "/al{$albumId}/{$bodyId}_{$w}x{$h}.{$ext}";
 }