$cities */ ?>
| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('state_id') ?> | = $this->Paginator->sort('state_code') ?> | = $this->Paginator->sort('country_id') ?> | = $this->Paginator->sort('country_code') ?> | = $this->Paginator->sort('latitude') ?> | = $this->Paginator->sort('longitude') ?> | = $this->Paginator->sort('created_at') ?> | = $this->Paginator->sort('updated_at') ?> | = $this->Paginator->sort('flag') ?> | = $this->Paginator->sort('wikiDataId') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = $this->Number->format($city->id) ?> | = h($city->name) ?> | = $city->hasValue('state') ? $this->Html->link($city->state->name, ['controller' => 'States', 'action' => 'view', $city->state->id]) : '' ?> | = h($city->state_code) ?> | = $city->hasValue('country') ? $this->Html->link($city->country->name, ['controller' => 'Countries', 'action' => 'view', $city->country->id]) : '' ?> | = h($city->country_code) ?> | = $this->Number->format($city->latitude) ?> | = $this->Number->format($city->longitude) ?> | = h($city->created_at) ?> | = h($city->updated_at) ?> | = h($city->flag) ?> | = h($city->wikiDataId) ?> | = $this->Html->link(__('View'), ['action' => 'view', $city->id]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>