$users */ ?>
| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('email') ?> | = $this->Paginator->sort('created') ?> | = $this->Paginator->sort('modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|
| = $this->Number->format($user->id) ?> | = h($user->name) ?> | = h($user->email) ?> | = h($user->created) ?> | = h($user->modified) ?> | = $this->Html->link(__('View'), ['action' => 'view', $user->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $user->id]) ?> = $this->Form->postLink( __('Delete'), ['action' => 'delete', $user->id], [ 'method' => 'delete', 'confirm' => __('Are you sure you want to delete # {0}?', $user->id), ] ) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>