Whats difference in using anchor
in CodeIgniter instead of using traditional html a href
tag?
Should I use anchor in Views or HTML a href?
Thanks
I have looked into trying to use the pagination class within codigniter but for my problem I need to paginate over an array of data and not a database table. In my code I create a custom array and ...