How can I make this controller DRY? |
At first glance, I will suggest you move the code to a helper OR a separate controller OR another library that extends the default CI3 pagination library.
That way, you can load the file wherever it is needed. |
Messages In This Thread |
How can I make this controller DRY? - by Ajax30 - 01-30-2022, 01:09 PM
RE: How can I make this controller DRY? - by sammyskills - 01-31-2022, 04:52 AM
|