Bläddra i källkod

tengok ranges

ifah
Siti Hajar Ibrahim 5 år sedan
förälder
incheckning
940001328c
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2
    0
      app/Http/Controllers/DS/DealerController.php

+ 2
- 0
app/Http/Controllers/DS/DealerController.php Visa fil

// Contract => 24 // Contract => 24
if ($countD24 != 0) { if ($countD24 != 0) {
if (strpos($c->ranges, '>') !== false) { if (strpos($c->ranges, '>') !== false) {
info('if yang pertama ' . $c->ranges);


$pieces = explode(">", $c->ranges); $pieces = explode(">", $c->ranges);


} }
} }
if (strpos($c->ranges, '-') !== false) { if (strpos($c->ranges, '-') !== false) {
info('if yang kedua ' .$c->ranges);


$pieces = explode("-", $c->ranges); $pieces = explode("-", $c->ranges);



Laddar…
Avbryt
Spara