tableHeaders(array($paginator->sort('id'),$paginator->sort('name'),$paginator->sort('email'),$paginator->sort('username'),$paginator->sort('role'),__('Actions', true),));
echo ''.$tableHeaders.''; ?>
>
|
|
|
|
|
Html->link(__('View', true), array('action' => 'view', $user['User']['id'])); ?>
|
'.$tableHeaders.''; ?>
Paginator->counter(array(
'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true)
));
?>
Paginator->prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?>
| Paginator->numbers();?> |
Paginator->next(__('next', true).' >>', array(), null, array('class' => 'disabled'));?>