firstarray = getsomething1()
secondarray = getsomething2()
getsomething3(firstarray, secondarray)илиgetsomething3(getsomething1(), getsomething2())
$rows = 0;
while ($res = mysql_fetch_assoc($dbProject)) {
$rows++;
// code
}
Yii::$app->response =Yii::$app->response->format =