Hello,
I would like to be able to call multiple sub-directory controller.
Under a plugin path, I have a list of directory witch include controller sub directory. And I'll like to be able to register a new routes and specially a new path, on plugin load.
I've seen how to register a new routes, but I'm not figuring out how to use it to indicate a sub-directory.
My aim, is to be able to call /plugin/toto/drawme/200/400
And that would call and run the controller toto, and the action drawme. Which is store in /app/plugin/draw/toto/controller/indexController.php, and this will load also : /app/plugin/draw/toto/views/index/inde.volt
Any help, is welcome. PLeeeeeease Heeeeeeeeeeelp
Regards