3

i made module comments, it requiers my custom helper to work, how can i store helper in module folder instead application/helpers?

mineass
  • 33
  • 1
  • 3

1 Answers1

3

I believe you can just create a helpers folder within your module directory, and load it as you would normally.

Ross
  • 18,117
  • 7
  • 44
  • 64