The name of the model is not settable and taken as the name of the controller performing the pagination. This is a problem when performing the pagination on a controller that does not follow the CakePHP conventions, e.g. `ArticlesIndexController`. This is addressed by the PR #7 .