When I try to populate a form field which is not required in form validation doesn t repopulate. Let s say I have a field but I don t want it to be required but I want it to be repopulated. How can I do it ? I think this is a bug for codeigniter.
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 ...