As far as I understand, the pagination module was excluded from the Kohans. As a result, going to version 3.3, I wrote it for myself. And it seems to be working, but the trouble is that it looks like:
Route::set('cp.pagination', '<directory>(/<controller>(/<action>(/page/<page>)(/<id>)))', array('page' => '[0-9]+')) ->defaults(array( 'directory' => 'cp', 'controller' => 'index', 'action' => 'index', ));
It worked fine on 3.2 but on 3.3 the exception crashes:
Kohana_Exception [ 0 ]: Required route parameter not passed: id
How to solve this problem or can we put a more universal router for pagination? You do not want to produce 3-4 routing rules when you can get by with the general rule. And where you can read about the changes in routs on version 3.3
Well, then question 3.3 adopted the PSR-0 standard directory and file names should be capitalized. How will this affect linux hosting will work the same URL of the type Directory / Controller / Action / and directory / controller / action,