top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is PaginatorHelper in CakePHP?

0 votes
318 views
What is PaginatorHelper in CakePHP?
posted Jul 28, 2014 by Karamjeet Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The Pagination helper is used to output pagination controls such as page numbers and next/previous links. It works in tandem with PaginatorComponent.
Syntax:
PaginatorHelper(View $view, array $settings = array())

answer Jul 30, 2014 by Rahul Mahajan
Similar Questions
+2 votes

Missing Controller
Error: Cakephp controller could not be found
Error: create the class cakephpcontroller below in file:app\controller\cakephpcontroller.php

<?php
class cakephpcontroller extends AppController {
}

Stack Trace
App\webroot\index.php line 108
dispatcher->dispatch(cakerequest,cakeresponse)
root\index.php line 41 -> require(string

These are errors, please help us?

...