Code Context
if (count($order) == 1 && !empty($order['Recipe.likes'])) {
$conditions = array(
'UserID' => (int) 87
)
$fields = null
$order = null
$limit = (int) 12
$page = (int) 2
$recursive = (int) 1
$extra = array(
'maxLimit' => (int) 100,
'paramType' => 'querystring',
'queryScope' => null
)
Recipe::paginate() - APP/Model/Recipe.php, line 124
PaginatorComponent::paginate() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Component/PaginatorComponent.php, line 205
UsersController::profile() - APP/Controller/UsersController.php, line 524
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 129