dbms_primeidc_init...1
This commit is contained in:
parent
f044e02480
commit
dade48c612
@ -38,8 +38,6 @@ class GearlistController extends DBMSController
|
||||
$spec = $lineup_explode[0];
|
||||
$cpu = $entity->getCPUName();
|
||||
$entity->all = $this->getServerService()->getCountByMode("all", $cpu, $spec);
|
||||
var_dump($entity);
|
||||
exit;
|
||||
$entity->use = $this->getServerService()->getCountByMode("use", $cpu, $spec);
|
||||
$entity->empty = $this->getServerService()->getCountByMode("empty", $cpu, $spec);
|
||||
$entity->format = $this->getServerService()->getCountByMode("format", $cpu, $spec);
|
||||
@ -55,6 +53,8 @@ class GearlistController extends DBMSController
|
||||
$entities = [];
|
||||
foreach ($gearlistEntities as $idx => $gearlistEntity) {
|
||||
$entities[] = $this->setMode($gearlistEntity);
|
||||
var_dump($entities);
|
||||
exit;
|
||||
}
|
||||
$this->entities = $entities;
|
||||
return $this->render(__FUNCTION__);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user