Code Context unset($options['model']);
if ($params['pageCount'] <= 1) {
$options = array(
'tag' => 'li',
'separator' => null,
'currentClass' => 'active',
'currentTag' => 'a',
'modulus' => '4',
'first' => (int) 2,
'last' => (int) 2,
'ellipsis' => '<li><a>...</a></li>',
'before' => null,
'after' => null,
'class' => null
)
$defaults = array(
'tag' => 'span',
'before' => null,
'after' => null,
'model' => null,
'class' => null,
'modulus' => '8',
'separator' => ' | ',
'first' => null,
'last' => null,
'ellipsis' => '...',
'currentClass' => 'current',
'currentTag' => null
)
$params = array(
'page' => (int) 1
)
PaginatorHelper::numbers() - CORE/Cake/View/Helper/PaginatorHelper.php, line 723
include - APP/View/Practics/all.ctp, line 225
View::_evaluate() - CORE/Cake/View/View.php, line 929
View::_render() - CORE/Cake/View/View.php, line 891
View::render() - CORE/Cake/View/View.php, line 460
Controller::render() - CORE/Cake/Controller/Controller.php, line 952
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 108