Welcome Guest, Not a member yet? Register   Sign In
Always show Prev and Next link
#5

[eluser]clip[/eluser]
No damages: just create a MY_Pagination library drop it in your application/libraries folder with your custom method. I would copy the method(s) that handle the link stuff paste them into your MY_Pagination library then modify the methods there. When your application initializes, it will overide the methods in the Core library with the ones in your custom library.

So your MY_Pagination.php library would look something like this:

Code:
class MY_Pagination extends CI_Pagination {
    
   function __construct()
   {
       //code here......
   }
  
   function some_method()
   {
      //code here......
   }


}


Messages In This Thread
Always show Prev and Next link - by El Forum - 07-07-2010, 04:50 PM
Always show Prev and Next link - by El Forum - 07-08-2010, 02:28 AM
Always show Prev and Next link - by El Forum - 07-08-2010, 12:03 PM
Always show Prev and Next link - by El Forum - 07-08-2010, 12:26 PM
Always show Prev and Next link - by El Forum - 07-08-2010, 01:11 PM
Always show Prev and Next link - by El Forum - 07-09-2010, 05:47 AM
Always show Prev and Next link - by El Forum - 07-09-2010, 09:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB