"PHP" / Говнокод #17890 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
$response['formPassport']['disable'] = true;

if ($houseRevision->getStage() == HouseStage::EXPLOITED or $houseRevision->getStage() == HouseStage::DECOMMISSIONED or $houseRevision->getStage() == HouseStage::DRIFTING) {
    $response['formPassport']['disable'] = false;
}

if (!empty($items['result'])) {
    $response['formPassport']['success'] = true;
} else {
    $response['formPassport']['success'] = false;
}

Запостил: Slider_123 Slider_123, (Updated )

Комментарии (1) RSS

  • там ещё строчкой выше было
    $response['formPassport'] = $items['result'][0];

    только код потом узнает, что $items['result'] пустой
    Ответить

Добавить комментарий

Из-за тебя ушел bormand, guest!

    А не использовать ли нам bbcode?


    8