I want to create different folders insides my views/helpers and add my view helper classes inside them. But I am not able to access those classes.
What is the best way to do this?
I tried adjusting my application.ini file settings ... but no luck
This is what I have set inside my ini file:
resources.view.helperPath = APPLICATION_PATH "/views/helpers/models"
resources.view.helperPath = APPLICATION_PATH "/views/helpers/test"
models
and test
are the sub-folders inside my /views/helpers
folder
Can anyone suggest a better solution?