I would like to know when it's the best to create a controller.
I mean why can't we just use 1 controller for all our functions.
For example I have this controller called forumcontroller
why can't I just put all my functions in that controller and then do something like.
forumcontroller@function1
forumcontroller@function2
forumcontroller@function3
When is it best to create a new one?