Each function in a controller represents a destination or route.
控制器中的每个函数表示一个目的地或路线。
2
I prefer to use a controller, because I can use it to fire the model logic, then do some validation processing, and then route the user to an error-handling or result page as appropriate.