Cakephp, Custom Routes and Pagination - pagination params passed wrong
By : user3426993
Date : March 29 2020, 07:55 AM
fixed the issue. Will look into that further the problem is your regex: Router::connect('/a/:username/*', array('controller' => 'users', 'action' => 'view'),array('pass' => array('username'),'username' => '[^\/]+')); Or may be \w+ (I don't know the criteria for your username.
|
Add class to pagination links at CakePHP 2.2
By : DegsT
Date : March 29 2020, 07:55 AM
|
CakePHP 2.2.4: Pagination Links
By : christopher larsen
Date : March 29 2020, 07:55 AM
|
CakePHP 2.1 custom url for pagination links
By : Limbail
Date : March 29 2020, 07:55 AM
|
Images as pagination links in cakephp 2.x
By : piyush
Date : March 29 2020, 07:55 AM
|