Hi everyone, I'm new on the forum and to the TinyMVC too.
I'm wondering is there something like preExec action (name from framework that I work on in company where I work), by that I mean action that is executed just before the requested action.
For example, I have to do something in every action in controller (load language, parse a file, it really doesn't matter) and I would like to have such action that I can do stuff in it, so I don't have to multiply the code in every action.
And same thing about postExec - action executed after the requested action.
This is exactly the same as before() and after() methods in kohana framework ..
Thank You in advance for your replies.
Regards,
SylveK