PHP code example of adrianodemoura / paginate-ajax
1. Go to this page and download the library: Download adrianodemoura/paginate-ajax library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
adrianodemoura / paginate-ajax example snippets
public function initialize()
{
parent::initialize();
$this->loadComponent('PaginateAjax.Paginator');
}
'PaginateAjax\\' => array($vendorDir . '/adrianodemoura/paginate-ajax/src'),
'PaginateAjax\\Test\\' => array($vendorDir . '/adrianodemoura/paginate-ajax/tests'),