Code Context unset($options['model']);
if ($params['pageCount'] <= 1) {
$options = array(
'tag' => 'li',
'separator' => '',
'before' => null,
'after' => null,
'class' => null,
'modulus' => '8',
'first' => null,
'last' => null,
'ellipsis' => '...',
'currentClass' => 'current',
'currentTag' => 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/Theme/serverEast/search.php, line 51
include - APP/View/Notices/search.ctp, line 1
View::_evaluate() - CORE/Cake/View/View.php, line 934
View::_render() - CORE/Cake/View/View.php, line 896
View::render() - CORE/Cake/View/View.php, line 465
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 109