CodeIgniter: Create new helper?

I need to loop lot of arrays in different ways and display it in a page. The arrays are generated by a module class. I know that its better not to include functions on ‘views’ and I want to know where to insert the functions file.

I know I can ‘extend’ the helpers, but I don’t want to extend a helper. I want to kind of create a helper with my loop functions.. Lets call it loops_helper.php

7 Answers
7

Leave a Comment