public function getListSpecialty(): array
{
if($this->specialty instanceof yii\db\ActiveQueryInterface){
return ArrayHelper::map($this->specialty::find()->all(), 'id', 'title');
}
return [];
}
$sotrudniki=Sotrudnik::find()->asArray()->all();
getPodrazd()
надо как-то так строить: $sotrudniki = Sotrudnik::find()->joinWith('podrazd', true, 'INNER JOIN')->all();
<?php
// Set the vertices of polygon
$values = array(
150, 50, // Point 1 (x, y)
50, 250, // Point 2 (x, y)
250, 250 // Point 3 (x, y)
);
// Create the size of image or blank image
$image = imagecreatetruecolor(300, 300);
// Set the background color of image
$background_color = imagecolorallocate($image, 0, 153, 0);
// Fill background with above selected color
imagefill($image, 0, 0, $background_color);
// Allocate a color for the polygon
$image_color = imagecolorallocate($image, 255, 255, 255);
// Draw the polygon
imagepolygon($image, $values, 3, $image_color);
// Output the picture to the browser
header('Content-type: image/png');
imagepng($image);
?>
Есть уже работающий массив
You have an error in your SQL syntax
products_id
наверное ждет int, а получает string.$60n
- это как? А как же:
Правильное имя переменной должно начинаться с буквы или символа подчеркивания и состоять из букв, цифр и символов подчеркивания в любом количестве.
if(Yii::$app->user->can('access_course',['lesson_id'=>$model_id])){
}
при добавлении элемента в таблицу "items_in_doc" нужно знать id еще не сохраненного документа