Can't get pagination working |
I'm developing a project with CI 3, everything works well. But I stuck in built-in pagination. Below are my controller, model, and view. I put comment inside just to see what was wrong in my code. Please note, I create ajax pagination in another controller within this project too and works well.
Any suggestion and help will be appreciated. PHP Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); PHP Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Code: <!-- Search Form --> Code: <!-- Search Result --> |
Messages In This Thread |
Can't get pagination working - by ditolakgebetan - 12-18-2015, 04:19 AM
RE: Can't get pagination working - by rymesaint - 12-20-2015, 04:50 PM
RE: Can't get pagination working - by skunkbad - 12-20-2015, 05:26 PM
RE: Can't get pagination working - by mike7418 - 12-27-2015, 04:18 PM
|