To change the default sort direction, change the code above:
<th><?php echo $this->Paginator->sort('Views', 'views, array('direction' => 'desc')); ?></th>
Once activated, the sort direction will switch between descending and ascending, as usual.
source
share