Paginator->sort('id') ?> Paginator->sort('name') ?> Paginator->sort('image') ?> Paginator->sort('created') ?> Paginator->sort('modified') ?>
Number->format($category->id) ?> name) ?> image) ?> created) ?> modified) ?> Html->link(__('Map'), ['action' => 'map', $category->id]) ?> Html->link(__('Center'), ['action' => 'center', $category->id]) ?> Html->link(__('View'), ['action' => 'view', $category->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $category->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $category->id], ['confirm' => __('Are you sure you want to delete # {0}?', $category->id)]) ?>

Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>