public function actionFullJob(){
$id = Yii::$app->request->get('id');
$portfolio = Portfolio::findOne($id);
if (empty($portfolio)){
return false;
}else{
$this->layout = false;
return $this->render('portfolio-modal', [
'portfolio' => $portfolio
]);
}
}
<?php
$fotorama = \metalguardian\fotorama\Fotorama::begin(
[
'options' => [
'loop' => true,
'hash' => true,
'ratio' => 800/600,
],
'spinner' => [
'lines' => 20,
],
'tagName' => 'span',
'useHtmlData' => false,
'htmlOptions' => [
'class' => 'custom-class',
'id' => 'custom-id',
],
]
);
?>
<img src="http://s.fotorama.io/1.jpg">
<img src="http://s.fotorama.io/2.jpg">
<img src="http://s.fotorama.io/3.jpg">
<img src="http://s.fotorama.io/4.jpg">
<img src="http://s.fotorama.io/5.jpg">
<?php $fotorama->end(); ?>
как курсы будут храниться в базе?