Question:Paginator in CakePHP is offered by a component in the controller to make building paginated queries easier.How to declare paginator component in a controller? 

A Public $myPage=array('Paginator'); 

B Public $components=array('Paginator'); 

C Public $helper=array('Paginator'); 

+ Answer
+ Report
Total Preview: 817

Copyright © 2024. Powered by Intellect Software Ltd