where to put own helper class?

where is the best place to put own helper class? in protected/extensions or elsewhere?

I think that this is a personal decision and depends on the projects requirements and structure. I usually put helper class files under protected/helpers

so you’d import app.helpers.<your_class_name>

hope it helps

:)

regards!

thanks